-
In the refactor of the CI playbooks, introspection was inadvertently dropped from the nonHA job. This allowed the IPA ramdisk we build in CI to stop working for introspection. (I am pretty sure we are…
trown updated
8 years ago
-
TripleO understand "name" field for nodes in instackenv.json. It's much easier to refer to nodes by e.g. node-%d (the same as devstack btw) than by their UUID.
-
If I add two extra compute nodes to ha.yaml, ie:
```
overcloud_nodes:
- name: control_0
flavor: control
- name: control_1
flavor: control
- name: control_2
flavor: control
- name:…
-
Presently the publish playbook has hard coded destination. To make this useful in other contexts (downstream ospd-based image generation in my specific case) we should make this more re-usable.
WIP…
-
When running...
```
quickstart.sh localhost
```
The deploy fails with:
```
TASK [setup/undercloud : Generate ssh configuration] ***************************
Sunday 13 March 2016 10:52:20 -0400 (0:0…
-
The instructions have become a bit long with the need to pre-download the image. It would be good to codify these extra steps into a "bootstrap" playbook that is run if a --boostrap option is passed t…
trown updated
8 years ago
-
With 6bd4368, the `quickstart.sh` script was transformed from something that can be run as a non-root user to something that must be run as root (or via `sudo`), because now it tries to install packag…
-
The gate jobs take a looooong time to complete. Do they actually need to perform a full overcloud deploy? Can we have separate short-running jobs that only get as far as booting the undercloud node …
-
~
- export ANSIBLE_CONFIG=/home/stack/.quickstart/usr/local/share/tripleo-quickstart/ansible.cfg
- ANSIBLE_CONFIG=/home/stack/.quickstart/usr/local/share/tripleo-quickstart/ansible.cfg
- export ANSIBL…
-
We need documentation telling folks how to contribute.
ie, gerrit workflow and github issues like this for bugs/RFEs
trown updated
8 years ago