-
Alright! I have a working PoC for this, with devstack.
there's maybe some value in trying to deploy this bad mamma jamma with OOO/OOOQ – and maybe even with TOAD, but, that is at least significant sc…
-
The deployment [1] hard codes an IP address of the ceph monitors. We're not using network isolation for the POC so we can't know what the IP is before we deploy. Workaround:
1. deploy once without…
-
Currently when you install a new slave node and try to run the oooq-master-cira job, it fails to run because of the missing `ara` dependency.
-
When this work was done as part of OOquickstart I submitted a patch to create mutliple undercloud nodes the same way that this patch does overcloud nodes in the ssh.config.ansible files. The appropri…
-
[oooq-master-deploy-cira] $ /bin/sh -xe /tmp/hudson1628550700071820413.sh
- git clone https://git.openstack.org/openstack/tripleo-quickstart.git
fatal: destination path 'tripleo-quickstart' already …
-
moved from: https://github.com/redhat-openstack/tripleo-quickstart/issues/64
halcyondude commented 18 days ago
Background: the existing publish role in oooq uses fetch to copy everything from ansib…
trown updated
8 years ago
-
Hello,
with recent clean deployment of tripleo-quickstart (73d543d) on Centos 7, I can not see any output on $VIRTHOST, something is really wrong here:
```
$ virsh list --all …
-
In `undercloud-install-post.sh`, we attempt to avoid failures by deleting flavors before (re-)creating them, like this:
```
openstack flavor delete oooq_{{ name }} > /dev/null 2>&1 || true
openstack …
-
fatal: [host0]: FAILED! => {"changed": true, "cmd": ["virsh", "pool-undefine", "oooq_pool"], "d
elta": "0:00:00.029126", "end": "2016-03-15 18:23:19.744160", "failed": true, "invocation": {"m
odule_ar…
-
We need to collect logs from the virthost itself for image building. We should probably not be depending on khaleesi for log collection and just fork what is there now into oooq.
trown updated
8 years ago