- Aug 18, 2016
-
-
lzachery authored
Updated quickstart.rst file to support both evaluation/deployment and development. Updated both dependency and install sections. Change-Id: Icd2a699e26553e3c41ee58ff6081716efe77dc25
-
- Aug 16, 2016
- Aug 15, 2016
-
-
Kenny Johnston authored
Removed numbered list formatting from single item list. Change-Id: Ifc9722e620eefc2580da921bc0c3084b9c25142c
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Abe Music authored
- Adds debian_package_install method to the jinja environment that will return the necessary set of commands needed to install packages via apt-get and/or URLs to .deb packages - Updates install_packages macro to make use of the method above Change-Id: Ie9318a7def54b5034ba91375fd8fd3b589d18349 Partially-implements: blueprint third-party-plugin-support
-
- Aug 14, 2016
- Aug 13, 2016
- Aug 12, 2016
-
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Duong Ha-Quang authored
- Fix mount option for configfs - Add note about open-iscsi service in Ubuntu Change-Id: I8df90dd8cd626ee01456be104ed01c4a0fe624b2 Closes-Bug: #1612170
-
Jenkins authored
-
Jenkins authored
-
Shaun Smekel authored
This patchset contains customization of Dockerfile of the Tgtd container. Change-Id: I3a9ba82026fb7f596384885360339f67dc10495c Partially-implements: blueprint third-party-plugin-support
-
Jenkins authored
-
Jenkins authored
-
OpenStack Proposal Bot authored
Change-Id: Ibbb49c8964aa0af663ad15874dea7959dd5cabcb
-
Jenkins authored
-
Eduardo Gonzalez authored
This patchset contains customization of Dockerfile of designate containers Change-Id: I846437df7c3c417846f1c771883e5eb266b78a37 Partially-implements: blueprint third-party-plugin-support Signed-off-by:
Eduardo Gonzalez <dabarren@gmail.com>
-
- Aug 11, 2016
-
-
Shaun Smekel authored
This patchset contains customization of Dockerfile of the Kuryr container. Change-Id: I254befb427530949284f645c9d61c54331aba53a Partially-implements: blueprint third-party-plugin-support
-
Shaun Smekel authored
This patchset contains customization of Dockerfile of the OpenStack Base container. Change-Id: I20ce24a296ace45169131463c992f6f0e9b4d131 Partially-implements: blueprint third-party-plugin-support
-
Shaun Smekel authored
This patchset contains customization of Dockerfile of Swift containers. Change-Id: I69250c4d9f6cc3949c9b9b52ea4b0cc2aec0231e Partially-implements: blueprint third-party-plugin-support
-
Shaun Smekel authored
This patchset contains customization of Dockerfile of the Tempest container. Change-Id: I32751bdd400978336d29e3a1c5c758d33316edfa Partially-implements: blueprint third-party-plugin-support
-
Jenkins authored
-
Eduardo Gonzalez authored
This patchset contains customization of Dockerfile of Watcher containers Change-Id: I4d3f2af3e1d622b94d20f3d1f48a972afcff81b8 Partially-implements: blueprint third-party-plugin-support Signed-off-by:
Eduardo Gonzalez <dabarren@gmail.com>
-
Kirill Shileev authored
This patchset contains customization of Dockerfile of Glance containers Also removed mkdir /etc/ceph as obsolete. Change-Id: I3ba6e0d2dca1ecf72cf9f1b00e05e6955611c361 Partially-implements: blueprint third-party-plugin-support
-
Ken Wronkiewicz authored
Note: This should not result in any behavior changes in regular Kolla, just Kolla-Kubernetes and only when you've overridden stuff in globals.yml Allows override of interface address and memcached pools, so that Kubernetes can do the right thing. There are some significant architectural issues involved in memcached pooling in the Kolla-kubernetes world. Avoiding them right now. Current working Kolla-Kubernetes globals.yml file, assuming that your memcached servers are available under the DNS alias "memcached": api_interface_address: "0.0.0.0" memcached_servers: "memcached" keystone_database_address: "mariadb" keystone_admin_url: "{{ admin_protocol }}://keystone-admin:{{ keystone_admin_port }}/v3" keystone_internal_url: "{{ internal_protocol }}://keystone-public:{{ keystone_public_port }}/v3" keystone_public_url: "{{ public_protocol }}://keystone-public:{{ keystone_public_port }}/v3" Co-authored-by:
Ryan Hallisey <rhallise@redhat.com> Change-Id: I5126f81da7b4d48001b87f73d58bbbfad658209c Partially-implements: blueprint api-interface-bind-address-override
-
Ken Wronkiewicz authored
Note: This should not result in any behavior changes in regular Kolla, just Kolla-Kubernetes and only when you've overridden stuff in globals.yml Binds to the api_interface_address variable and uses the keystone and memcached facts we defined in earlier patches. Co-authored-by:
Ryan Hallisey <rhallise@redhat.com> Change-Id: I8610f4adaa557a21fedd05601e10f5c308fd7ce3 Partially-implements: blueprint api-interface-bind-address-override
-