- Aug 20, 2015
-
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Steven Dake authored
The register operation was registering user_database which is a global variable in group_vars/all.yml. This results in glance not being deployable because user_database is overwrriten at keystone task registration time. The result of this is the playbooks fail to deploy. Change-Id: Ic69725fb09aa0a368ec5b0d8f47bfc768c29c70c Closes-Bug: #1486876
-
- Aug 19, 2015
-
-
William Frischemeier authored
If ip_vs is not loaded keepalived will enter a restart loop. To fix that load ip_vs module every time we start the container. Change-Id: I6b39d8654cc6a6da7a9162e5c3efab073746b246 Closes-Bug: #1486276
-
Paul Bourke authored
* Enable some extra repos for oraclelinux in the base template. * Disable magnum binary builds for oraclelinux due to unavailable python-docker-py dependency Change-Id: Iaf8826dc0f9ff93a40e5ad3d1c0fd1fb6ef2e048 Closes-Bug: 1486636
-
Paul Bourke authored
Change-Id: I22919b5a3bda2f95ebcec6721f2fde868b81e7c6 Closes-Bug: #1486634
-
Jenkins authored
-
Jenkins authored
-
Swapnil Kulkarni authored
Change-Id: I15e6a06645361aec979d7dad4794b45236c957e3 Partially-Implements: blueprint dockerfile-template
-
Jenkins authored
-
Jenkins authored
-
Swapnil Kulkarni authored
Co-Authored-By:
Sam Yaple <sam@yaple.net> Change-Id: I19ae5c2d58b94cd95b969e5c4e65ef1670a78b7e Partially-Implements: blueprint remove-abstraction-ansible
-
Ryan Hallisey authored
Libvirt uses libvirtd.conf not libvirt.conf. Currently, the config file get copied to '/etc/libvirt/libvirt.conf' and libvirt creates its own libvirtd.conf and ignores the configured libvirt. Change-Id: I7a55b92c33ade72b7ac8ba028c67313479ad8343 Co-Authored-By:
Ian Main <imain@redhat.com> Closes-Bug: #1486100
-
Sam Yaple authored
Change-Id: I80e183985560404455443e6fa22e661bea3c0fa3 Closes-Bug: #1486516
-
Sam Yaple authored
Barbican has never worked properly Change-Id: Ifd0b74adf5afea321508376ad46ac3ddef0b5b89 Closes-Bug: #1486249
-
Sam Yaple authored
Change-Id: I1d69aa1670c897deee09f09ecfa29866223056cc
-
Jenkins authored
-
Jenkins authored
-
Sam Yaple authored
Change-Id: I53113d2a7595177839daebe74fa5bc409573f824 Partially-Implements: blueprint dockerfile-template
-
Steven Dake authored
The previous method of using the API image for a data container worked, but resulted in more data being bindmounted and copied into the system. This patch resolves that by essentially using a distro-type as a FROM in a Dockerfile to generate distro-type-data. Further all of the data containers used throughout ansible are modified to use this new data container. Change-Id: I8846573d4f2d4b98d4f46c770bfefc6d4c5cd0b5 Partially-Implements: blueprint one-data-container
-
Jenkins authored
-
Sam Yaple authored
This moves the remaining global.yml options into the all.yml file Change-Id: I9795b924e3e1882d20ba8f16ef3c5fe5c0193ef3 Partially-Implements: blueprint update-configs
-
Sam Yaple authored
The purpose for having defaults.yml on the command line was originally for variable inheritance. Over the past month we have slowly changed how things are inherited (like ports) allowing us to place these 'defaults' into the group_vars/all.yml location as they should be values that go unchanged (but can be overridden). Change-Id: I2becec66bf431bfc9d88fc825b5380c1e173ca70 Partially-Implements: blueprint update-configs
-
Sam Yaple authored
Change-Id: If2e6d5cd5530c1e17f34415e169f82465f8362a1 Partially-Implements: blueprint remove-abstraction-ansible
-
- Aug 18, 2015
-
-
Steven Dake authored
RDO doesn't keep their RPM dependencies up to date with latest neutron changes to requirements.txt, so we have to pip install the package. Change-Id: Ic49a4dd3b85e9daf60c87b245b9784818fcb3bb2 Closes-Bug: #1486241
-
Jenkins authored
-
rthallisey authored
When running cinder-ansible, the cinder db is never being initialized. The bootstrap task needs to be fixed in order for cinder to run the db sync. Change-Id: I01c5f5c34773ffc4e4f7fc7088a7277115db94dc Closes-Bug: #1485745
-
Jenkins authored
-
Swapnil Kulkarni authored
Co-Authored-By:
Sam Yaple <sam@yaple.net> Change-Id: Iad9fd7010eaf112f169feb54d9a0e97fd693e5f1 Partially-Implements: blueprint remove-abstraction-ansible
-
Vladislav Belogrudov authored
source based nova-compute needs libvirt to operate and fails on start if the corresponding python package is missing. Change-Id: Ic11bb46f8d067ce63013808ccc3efd17e67a5b83 Closes-Bug: #1485654
-
Steven Dake authored
Murano is not available in RDO so only from source install works. Change-Id: I77aacea53b8e7782c04495f43ea7e668eaee06ab Partially-implements: blueprint dockerfile-template
-
- Aug 06, 2015
-
-
xiabing.yao authored
Use variables like SOURCE,TARGET in config-external.sh, so it will easy to modify in future. Closes-Bug: #1485710 Change-Id: I3880a2cbca8a80d36e84a797fcfb943e43b88bd5
-
- Aug 17, 2015
-
-
Swapnil Kulkarni authored
Change-Id: I9f061c028fa9ab1bfdfdb50a1f2d1578fcbaff68 Closes-Bug: #1484777
-
Jenkins authored
-