I reprovisioned the machine, started over, and got the same error...
So
cleaning up everything didn't help. Is there a way for me to apply the
needed patches and not wait for the new jq ?
It is actually old jq that you want. So you can downgrade jq to below
1.5 and then versionlock it so that yum update will not touch it:
sudo yum install -y yum-plugin-versionlock
sudo yum versionlock add jq
Thanks,
Udi.
On Mon, Oct 12, 2015 at 6:46 PM, John Trowbridge <trown(a)redhat.com> wrote:
>
>
> On 10/12/2015 11:06 AM, Wesley Hayutin wrote:
>> Several folks have been hitting this.
>> You most likely have a version of the rpm jq on the box that is not
>> compatible with rdo-manager
>> yum remove jq on the baremetal virtual host, clean up any other install
>> artifacts and restart.
>>
>
> Indeed, this is an issue with jq 1.5. There is a fix to tripleo for this
> [1], but it is blocked by tripleoci being unable to build the
> openstack-tripleo package. Once the revert [2] merges we should be good
> to get the jq 1.5 patch to pass CI.
>
> [1]
https://review.openstack.org/#/c/228034
> [2]
https://review.openstack.org/#/c/233686
>
>> On Mon, Oct 12, 2015 at 10:57 AM, Udi Kalifon <ukalifon(a)redhat.com>
> wrote:
>>
>>> Hello,
>>>
>>> We are encountering an error during instack-virt-setup:
>>>
>>> ++ sudo virsh net-list --all --persistent
>>> ++ grep default
>>> ++ awk 'BEGIN{OFS=":";} {print $2,$3}'
>>> + default_net=active:yes
>>> + state=active
>>> + autostart=yes
>>> + '[' active '!=' active ']'
>>> + '[' yes '!=' yes ']'
>>> Domain seed has been undefined
>>>
>>>
>>> seed VM not running
>>>
>>> seed VM not defined
>>> Created machine seed with UUID f59eb2f0-c7ac-429e-950c-df2fd4b6f301
>>> Seed VM created with MAC 52:54:00:05:af:0f
>>> parse error: Invalid string: control characters from U+0000 through
> U+001F
>>> must be escaped at line 32, column 30
>>>
>>> Any ideas? I don't know which file causes this parse error, it's not
the
>>> instack-virt-setup.
>>>
>>> Thanks.
>>>
>>> _______________________________________________
>>> Rdo-list mailing list
>>> Rdo-list(a)redhat.com
>>>
https://www.redhat.com/mailman/listinfo/rdo-list
>>>
>>> To unsubscribe: rdo-list-unsubscribe(a)redhat.com
>>>
>>
>>
>>
>> _______________________________________________
>> Rdo-list mailing list
>> Rdo-list(a)redhat.com
>>
https://www.redhat.com/mailman/listinfo/rdo-list
>>
>> To unsubscribe: rdo-list-unsubscribe(a)redhat.com
>>
>