Skip to content
Snippets Groups Projects
  1. Aug 18, 2016
  2. Aug 16, 2016
  3. Aug 15, 2016
  4. Aug 14, 2016
  5. Aug 13, 2016
  6. Aug 12, 2016
  7. Aug 11, 2016
    • Shaun Smekel's avatar
      Customizations for Kuryr · c2f6cb15
      Shaun Smekel authored
      This patchset contains customization of Dockerfile of the Kuryr
      container.
      
      Change-Id: I254befb427530949284f645c9d61c54331aba53a
      Partially-implements: blueprint third-party-plugin-support
      c2f6cb15
    • Shaun Smekel's avatar
      Customizations for OpenStack Base · 9b265dd1
      Shaun Smekel authored
      This patchset contains customization of Dockerfile of the
      OpenStack Base container.
      
      Change-Id: I20ce24a296ace45169131463c992f6f0e9b4d131
      Partially-implements: blueprint third-party-plugin-support
      9b265dd1
    • Shaun Smekel's avatar
      Customizations for Swift · 50312065
      Shaun Smekel authored
      This patchset contains customization of Dockerfile of Swift
      containers.
      
      Change-Id: I69250c4d9f6cc3949c9b9b52ea4b0cc2aec0231e
      Partially-implements: blueprint third-party-plugin-support
      50312065
    • Shaun Smekel's avatar
      Customizations for Tempest · 43d2a0b7
      Shaun Smekel authored
      This patchset contains customization of Dockerfile of the Tempest
      container.
      
      Change-Id: I32751bdd400978336d29e3a1c5c758d33316edfa
      Partially-implements: blueprint third-party-plugin-support
      43d2a0b7
    • Jenkins's avatar
      Merge "Customizations for Watcher" · 56cab3c7
      Jenkins authored
      56cab3c7
    • Eduardo Gonzalez's avatar
      Customizations for Watcher · b9a2839d
      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: default avatarEduardo Gonzalez <dabarren@gmail.com>
      b9a2839d
    • Kirill Shileev's avatar
      Customizations for Glance · 8306864e
      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
      8306864e
    • Ken Wronkiewicz's avatar
      Keystone interface address and memcached override · 37b3c8c3
      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: default avatarRyan Hallisey <rhallise@redhat.com>
      Change-Id: I5126f81da7b4d48001b87f73d58bbbfad658209c
      Partially-implements: blueprint api-interface-bind-address-override
      37b3c8c3
    • Ken Wronkiewicz's avatar
      Fix interface address for Neutron-server · 99a1662f
      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: default avatarRyan Hallisey <rhallise@redhat.com>
      Change-Id: I8610f4adaa557a21fedd05601e10f5c308fd7ce3
      Partially-implements: blueprint api-interface-bind-address-override
      99a1662f
Loading