Skip to content
Snippets Groups Projects
  1. Sep 12, 2016
  2. Sep 07, 2016
  3. Sep 06, 2016
  4. Sep 01, 2016
  5. Aug 31, 2016
    • Michal (inc0) Jastrzebski's avatar
      Release notes for customization · 69af2085
      Michal (inc0) Jastrzebski authored
      Since customizations are done for most of services, I think we can make
      it an official feature and close whole blueprint. Good work team!
      
      Change-Id: I44de0204261cd04b2564ce62a5d10b1e0a4fd4bf
      Implements: blueprint dockerfile-customizations
      Implements: blueprint third-party-plugin-support
      69af2085
    • Sean Mooney's avatar
      add deploy-servers command · 64c40e20
      Sean Mooney authored
      - This change extends kolla-ansible
        with a deploy-server command to enroll and deploy
        physical servers with bifrost.
      
      Change-Id: Iaa9f34b00e676569f6e3df679b7454b1ec0b8e34
      Implements: blueprint bifrost-support
      64c40e20
    • Sean Mooney's avatar
      add bifrost deploy ansible support · 96b3f0ae
      Sean Mooney authored
      - This change addes the ability to deploy
        and bootstrap bifrost.
      - This change introduces a deploy-bifrost
        command to kolla-ansible.
      
      Change-Id: I62afcf348661add900c98904e90a15a0eddffd4b
      Implements: blueprint bifrost-support
      96b3f0ae
    • Christian Berendt's avatar
      Fix service_type of mistral endpoint · ce92b49c
      Christian Berendt authored
      Change-Id: Idddc6916e41216fe8fd576d9db400a03728e79f8
      Closes-bug: #1610968
      ce92b49c
    • Sean Mooney's avatar
      introduce bifrost-deploy container · a9e16c8b
      Sean Mooney authored
      - This change adds support for building and deploying
        a bifrost container for baremetal provisioning.
      - This change documents how to manually deploy and bootstrap
        the bifrost container.
      
      Implements: blueprint bifrost-support
      Change-Id: I7d895839b11cbf916be33225875465c3358b5aa4
      a9e16c8b
    • liyingjun's avatar
      Add option to support dhcp/l3 agent ha · c5668bd5
      liyingjun authored
      New option enable_neutron_agent_ha added to enable/disable dhcp/l3 agent
      high availability, dhcp_agents_per_network is default to 2 and it's
      configurable.
      
      Implement blueprint: support-network-ha
      
      Change-Id: Id4742aa67c80584634b923195545bf2b654172f3
      c5668bd5
    • zhubingbing's avatar
      Add aodh role · 7ce05f97
      zhubingbing authored
      Partially-Implements: blueprint ansible-aodh
      
      Change-Id: I9e20f4bf5e7d8f37f243ae15746e2b7bb49eb20c
      7ce05f97
  6. Aug 29, 2016
    • Paul Bourke's avatar
      Add a check before wiping Ceph disks in bootstrap · ec40ed3c
      Paul Bourke authored
      An unwitting user may apply the KOLLA_CEPH_OSD[_CACHE]_BOOTSTRAP label
      to a partition assuming it will only use that partition for Ceph, and
      end up wiping out their disk.
      
      This change adds a layer of checking to this scenario to try and help
      avoid a disaster scenario.
      
      Closes-Bug: 1599103
      DocImpact
      
      Change-Id: Ibb9fb42f87a76bc02165ec0b93b60234bad8747a
      ec40ed3c
  7. Aug 25, 2016
    • Paul Bourke's avatar
      Import the Murano core libary as part of setup · 9f5efc5e
      Paul Bourke authored
      In order for Murano to be operational the core library package must be
      imported [0]
      
      Add Ansible tasks to do this idempotently.
      
      [0] http://docs.openstack.org/developer/murano/install/manual.html
      
      TrivialFix
      
      Change-Id: I2c49e9d663595650b885267839012b543505337a
      9f5efc5e
    • Shaun Smekel's avatar
      Add full support for fernet · 1c68ae38
      Shaun Smekel authored
      This addresses the ansible aspects of fernet key bootstrapping as
      well as distributed key rotation.
      
      - Bootstrapping is handled in the same way as keystone bootstrap.
      - A new keystone-fernet and keystone-ssh container is created to allow
        the nodes to communicate with each other (taken from nova-ssh).
      - The keystone-fernet is a keystone container with crontab installed.
        This will handle key rotations through keystone-manage and trigger
        an rsync to push new tokens to other nodes.
      - Key rotation is setup to be balanced across the keystone nodes using
        a round-robbin style. This ensures that any node failures will not
        stop the keys from rotating. This is configured by a desired token
        expiration time which then determines the cron scheduling for each
        node as well as the number of fernet tokens in rotation.
      - Ability for recovered node to resync with the cluster. When a node
        starts it will run sanity checks to ensure that its fernet tokens
        are not stale. If they are it will rsync with other nodes to ensure
        its tokens are up to date.
      
      The Docker component is implemented in:
        https://review.openstack.org/#/c/349366
      
      Change-Id: I15052c25a1d1149d364236f10ced2e2346119738
      Implements: blueprint keystone-fernet-token
      1c68ae38
  8. Aug 24, 2016
    • Hui Kang's avatar
      Add etcd container · c0968250
      Hui Kang authored
      Change-Id: Ib5a853c0048a45d9085c55804580c7ed2fd0fc07
      Partially-implements: bp kuryr-docker-plugin
      c0968250
  9. Aug 20, 2016
    • Jeffrey Zhang's avatar
      Use dumb-init to manage the pid 1 process · 6710bbeb
      Jeffrey Zhang authored
      Normally, when you launch a Docker container, the process you're
      executing becomes PID 1, giving it the quirks and responsibilities that
      come with being the init system for the container.
      
      There are two common issues this presents:
      
      * In most cases, signals won't be handled properly.
      * Orphaned zombie processes aren't properly reaped.
      
      the dumb-init acting like a simple init system. It launches a single
      process and then proxies all received signals to a session rooted at
      that child process.
      
      Closes-Bug: #1614509
      Change-Id: I9d3d04648e151ddc7c6732b92ffd3b6c9fe467ec
      6710bbeb
    • Jeffrey Zhang's avatar
      Pin to Ubuntu 16.04 · 04d6736e
      Jeffrey Zhang authored
      Upgrade Ubuntu base image to Xenial
      
      Closes-Bug: #1593599
      Change-Id: I5832a729a9a4fa73c02442047c92ba088ce20db3
      04d6736e
  10. Aug 19, 2016
  11. Aug 16, 2016
  12. Aug 10, 2016
  13. Aug 07, 2016
  14. Aug 05, 2016
  15. Jul 20, 2016
  16. Jul 14, 2016
    • Yatin Kumbhare's avatar
      Add Python 3.5 classifier and venv · bcebc7cb
      Yatin Kumbhare authored
      Now that there is a passing gate job, we can claim support for
      Python 3.5 in the classifier. This patch also adds the convenience
      py35 venv.
      
      Change-Id: Ia7b1fb88ac108e1e8fd6ed963967e731ae3ca5a4
      Closes-Bug: #1603006
      bcebc7cb
    • Dave Walker (Daviey)'s avatar
      Support Keystone Domain specific files · a5e402f1
      Dave Walker (Daviey) authored
      
      Currently, it is not possible to make use of Keystone Domain
      specific settings. Such as different domains using different
      LDAP servers or SQL.
      
      To enable for example domain ACME - domain settings would be
      put into:
      {{ node_custom_config }}keystone/domains/keystone.ACME.conf
      
      Change-Id: I23620978c618dd4a3598d7cb74c3e9cf8c2394ac
      Closes-Bug: #1599868
      Signed-off-by: default avatarDave Walker (Daviey) <email@daviey.com>
      a5e402f1
  17. Jul 12, 2016
    • ZhongShengping's avatar
      Enable Block Storage meters · b34ede31
      ZhongShengping authored
      Use [oslo_messaging_notifications]/driver option in cinder.conf
      to enable block storage meters, set the option default value is
      'messagingv2'.
      
      Change-Id: I1e885324fbeb2ad1c547c6c6618cbacd0e441d51
      Closes-Bug: 1602055
      b34ede31
  18. Jul 11, 2016
  19. Jul 08, 2016
    • Dave Walker (Daviey)'s avatar
      Build docker images for OpenStack Watcher · 77296ebd
      Dave Walker (Daviey) authored
      
      Watcher is part of the OpenStack big-tent and is formally
      known as "OpenStack Infrastructure Optimization service".
      
      Whilst it provides a range of default goals and strategies,
      the most relevant case is to enable re-balancing of the
      compute hosts by taking CPU usage (data from Ceilometer)
      into account and live migrating instances as required.
      
      Currently this only builds the Docker images for type source
      but binary builds are gracefully ignored.
      
      The ansible configurations will be part of a later commit.
      
      Change-Id: I9bb81ee625d9fcf6513e44e2ed20384e34da2adc
      Partial-bug: #1598929
      Partially-implements: bp watcher
      Signed-off-by: default avatarDave Walker (Daviey) <email@daviey.com>
      77296ebd
  20. Jun 29, 2016
  21. May 31, 2016
    • Jeffrey Zhang's avatar
      Pin the base distro release version · 4044a347
      Jeffrey Zhang authored
      Pin the base distro release version in the master branch(Newton).
      Only one distro version is supported. The supported versions are:
      
      * CentOS: 7
      * RedHat: 7
      * OracleLinux: 7
      * Debian: 8
      * Ubuntu: 14.04
      
      NOTE: Kolla will move to Ubuntu 16.04 in the Newton cycle
      
      DocImpact
      TrivialFix
      
      Change-Id: I32c0edbee4de14c8a0cc7c961d566e84d70f19a4
      4044a347
  22. May 27, 2016
  23. Mar 23, 2016
Loading