Skip to content
Snippets Groups Projects
  1. Sep 01, 2016
  2. Aug 31, 2016
    • Sean Mooney's avatar
      replace baremetal_nic with api_interface · 7f108480
      Sean Mooney authored
      - The baremetal_nic variable was used as part of
        kolla host playbook when generating the /etc/hosts file.
        Populating the /etc/hosts is done to ensure that rabbitmq
        can reach the other nodes in the rabbitmq cluster by hostname.
      - Before this change the baremetal_nic variable was used to
        determin which interface to read when mapping the hostname to
        an ip address.
      - This change removes baremetal_nic and uses api_interface
        instead as the hostname used by rabbitmq should always map to the
        api_interface ip.
      
      TrivialFix
      Closes-Bug: #1618381
      
      Change-Id: I65fe3aad58ac34b001a1f4a38641addc9fa5a1d4
      7f108480
    • 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
      adds bifrost ssh key generation · 538dbac2
      Sean Mooney authored
      - This change extend the genpwd.py
        command to generate an ssh key pair
        bifrost.
      - This change bifrost config and bootstrap
        task to install the generated keys.
      - This change updates the bifrost guide to
        discribe how to provide your own key.
      
      Change-Id: I05243f58843d9195cace253dff5628fae89c78e8
      Implements: blueprint bifrost-support
      538dbac2
    • 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
    • Sean Mooney's avatar
      generate bifrost yaml configs · d7dfae75
      Sean Mooney authored
      - This change indroduces a merge_yaml action_plugin
      - This change generates bifrost yaml configs.
      
      Change-Id: I9814e6a5d55cbd46c4b60c06ed70ed54a575bd2f
      Implements: blueprint bifrost-support
      d7dfae75
    • Christian Berendt's avatar
      Fix service_type of mistral endpoint · ce92b49c
      Christian Berendt authored
      Change-Id: Idddc6916e41216fe8fd576d9db400a03728e79f8
      Closes-bug: #1610968
      ce92b49c
    • 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
    • Duong Ha-Quang's avatar
      Add ansible raw task note, add apt-get update · 143f1c2d
      Duong Ha-Quang authored
      Add note about raw install
      Add apt-get update before install python
      
      TrivialFix
      Closes-Bug: #1618297
      
      Change-Id: I08372dcfe71dff8c0a50a421788309b642e2a521
      143f1c2d
    • zhubingbing's avatar
      Add aodh role · 7ce05f97
      zhubingbing authored
      Partially-Implements: blueprint ansible-aodh
      
      Change-Id: I9e20f4bf5e7d8f37f243ae15746e2b7bb49eb20c
      7ce05f97
  3. Aug 30, 2016
  4. 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
    • Jeffrey Zhang's avatar
      Fix removing nova_libvirt container issue · 9092f4a1
      Jeffrey Zhang authored
      
      Retry once when removing or upgrading nova_libvirt to ensure it is
      removed
      
      Closes-Bug: #1617741
      Change-Id: I8b5046a438c0ef3599a4333bbe77333f0af323ff
      Signed-off-by: default avatarJeffrey Zhang <zhang.lei.fly@gmail.com>
      9092f4a1
    • Tin Lam's avatar
      Chage with_ loop variables syntax to ansible 2 · 17d36b73
      Tin Lam authored
      Migrate to full variable syntax in with_ loop for
      manila and tempest.
      
      TrivialFix
      Partial-Implements: bp ansible2
      
      Change-Id: Ic68fd6123f0cd5bd0035e139e89f7b569574074c
      17d36b73
    • Lu lei's avatar
      Use six.StringIO · 46e8196f
      Lu lei authored
      In links: http://pythonhosted.org/six/, we know 'cStringIO' is
      a module of python 2.x, but in python3.x module 'io' has the
      same function as 'cStringIO' in python2.x. So here we use
      six.stringIO instead.
      
      TrivialFix.
      
      Change-Id: I8022b92b186e239cd76a36dab7766301bf96d2c4
      46e8196f
  5. Aug 26, 2016
    • Christine Hicks's avatar
      Changed admin-openrc from DOMAIN_ID to DOMAIN_NAME · 42bd5203
      Christine Hicks authored
      OpenStack used to used DOMAIN_ID and has switched to DOMAIN_NAME.
      
      TrivialFix
      
      Change-Id: Ibb0574f9267a3bc276304c8079cb230068a13273
      42bd5203
    • Paul Bourke's avatar
      Move rabbitmq precheck from start · 6c238ca3
      Paul Bourke authored
      rabbitmq's start task contains a precheck. This should be part of the
      other prechecks for consistency
      
      TrivialFix
      
      Change-Id: I7728ec3f5be3248424d74a4387925b72114b8943
      6c238ca3
    • liyingjun's avatar
      Fix toolbox permission issue when enabling ceph · 54be45e4
      liyingjun authored
      Directory /home/ansible/.ansible and file /var/log/kolla/ansible.log are
      not created by default in toolbox image, so when ceph enabled, the directory
      and file will be created with user 'root' instead of user 'ansible' after
      running bootstrap osds because it using sudo when bootstraping osds,
      this will cause permission denied issue for other commands not using sudo.
      Fixes this issue by initializing ansible by running 'ansible localhost
      --version' using user 'ansible'
      
      TrivialFix
      
      Change-Id: Ibac3f98b3b72cbe287ee1d3a69ed9cea7ae3cd9e
      54be45e4
  6. Aug 25, 2016
  7. Aug 24, 2016
    • Paul Bourke's avatar
      Add defaults for interfaces to all.yml · 158a8529
      Paul Bourke authored
      The values for 'network_interface' and 'neutron_external_interface' are
      missing from all.yml, meaning it is impossible to override them on a per
      node / per group basis. (globals.yml get's top precedence).
      
      Make these consistent with the rest of the variables and move the
      defaults into all.yml. Operators can still override / update these in
      globals.yml as before, but those wanting more flexibility now have it
      via host / group variables.
      
      Change-Id: I2575921f76a8e245106da765757c70353bd6762c
      Closes-Bug: #1604129
      158a8529
    • Duong Ha-Quang's avatar
      Fix bug in Elasticsearch role · 1d56fcb4
      Duong Ha-Quang authored
      Add Ansbile reconfigure playbook to Elasticsearch role.
      Add run condition to start playbook in Elasticsearch role.
      
      Change-Id: I7862089cae55d392eb2d922f89a382d392cf8b97
      Closes-Bug: #1616005
      1d56fcb4
  8. Aug 23, 2016
    • Tin Lam's avatar
      Fix typo in iscsi pull playbook · 02da8e51
      Tin Lam authored
      In ansible/roles/iscsi/tasks/pull.yml, there are references to
      'iscsi', which should be 'iscsid' instead.  This patchset
      fixes this typo.
      
      Change-Id: Id2c31bf69556ec8dcf66cc1d32d2bfe77f02367b
      Closes-bug: #1602566
      02da8e51
  9. Aug 20, 2016
  10. Aug 19, 2016
  11. Aug 18, 2016
  12. Aug 17, 2016
Loading