- Aug 13, 2015
- Aug 12, 2015
-
-
rthallisey authored
The Cinder v1 API is deprecated. We need to use the v2 API. Change-Id: I54cbcbd9ad8e07f5e18441dff31df570cc8c21da Closes-bug: #1484228
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
rthallisey authored
In config-external 'OURCE' needs to be 'SOURCE' or the config file will never be copied. Change-Id: Idad2ff152a8662e5fbafbee6e0328ad7f610320d Closes-Bug: #1484253
-
Steven Dake authored
Closes-Bug: #1482986 Change-Id: I72619ef18d24038b46d09e77887d6610ef6e8327
-
Jeff Peeler authored
This adds a new test script for the new python based build script. A new tox target has been created to execute it for usage in the gate. Eventually, the other build script stuff can be deleted, but that won't be done until full functionality exists in the new build.py. Change-Id: Id9dd19926b1b9d875dcb069fd13d6450318374c8 Paritally-Implements: blueprint build-script
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Vladislav Belogrudov authored
Glance api refuses to store images with error "Error in store configuration. Adding images to store is disabled. (HTTP N/A)" This happens due to missing configuration of store in glance-api.conf Change-Id: I50696671d10ffc56189d3aa08c1e73bb307bc800 Closes-Bug: #1484123
-
Ryan Hallisey authored
Change-Id: Ibf20d74f2ea5583bc1c183d14329e37661c20721 Closes-Bug: #1483793
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Sam Yaple authored
Change-Id: I4a1e97f683323176aa8e77ac18be16576941dbdb Partially-Implements: blueprint dockerfile-template
-
akwasniewska authored
Change-Id: I2210a75c6803e41fa8cfd49a377e7948dcb64bc6 Partially-Implements: blueprint dockerfile-template
-
Sam Yaple authored
Change-Id: Ifc19a4e51419d83082007809f51e2d9d6378f328 Partially-Implements: blueprint dockerfile-template
-
Swapnil Kulkarni authored
Change-Id: I0694e5ad95aa7f924ebd3a29dff1f85e6307b7ae Partially-implements: blueprint ansible-cinder Partially-Implements: blueprint remove-abstraction-ansible Co-Authored-By:
Ryan Hallisey <rhallise@redhat.com>
-
Sam Yaple authored
Change-Id: Ic42879451cba2fb7fa35764924ca191949c477c4 Partially-Implements: blueprint dockerfile-template
-
- Aug 11, 2015
-
-
Jeff Peeler authored
Switched all print statements to use logger Added ability to halt operations via Ctrl-C, needs cleanup handler Added realtime logging when using only one thread (matches bash building scripts behavior) main is now returning all the build image statuses, so a quick test script would look like: import build res = build.main() if len(res[0]): LOG.error('failure') Change-Id: Ic8000a96573b011490dc330a4512c77c602ac3d2 Partially-Implements: blueprint build-script
-
Vladislav Belogrudov authored
Glance bootstrap container is based on glance-api. Ansible playbook incorrectly mounts "{{ node_config_directory }}/glance" to "/opt/kolla/glance" where it should mount "{{ node_config_directory }}/glance-api" to "/opt/kolla/glance-api". After start bootstrap container fails to find configuration and exits. Change-Id: Id2e5ddb2191cfee7db57dd0aec2f06fc617aa9d6 Closes-Bug: #1483757
-
Vladislav Belogrudov authored
Glance services fail when trying to send log messages to /var/log/glance because the folder has wrong ownership. Change-Id: Ic3878341e83564278f7eac418bd9ed9be90c929f Closes-Bug: #1483747
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Sam Yaple authored
oslo.messaging is breaking neutron-server or vice-versa. Either way pinning oslo.messaging to the current stable fixes the issue. When 2.2.1 is stable or the delorean repos fix the issue we can remove the pinning Change-Id: I353aba463d0b1e11f4b58e5edd5241a636701172 Closes-Bug: #1483667
-
Vladislav Belogrudov authored
This will lead to failed database initialization Change-Id: If54e928bfe7004b7048294100cebbf693cebda79 Closes-Bug: #1483659
-
Sam Yaple authored
Cleanup all options in the minimal neutron confs. Remove options where the default value was specified explicitly. Updated ports and bindings to be configurable. Partially-Implements: blueprint update-configs Change-Id: I420ea1469e7bbe87aca0754cd3507098501f1de5
-
Vladislav Belogrudov authored
Due to typo in ansible/roles/glance/tasks/bootstrap.yml container misses database initialization block and starts service instead. Ansible hangs on waiting for bootstrap container exit. Change-Id: Icf5ba68b47d65b22d6869e4b7b2d93e7edb8ed3b Closes-Bug: #1483647
-