Skip to content
Snippets Groups Projects
  1. Jun 09, 2017
  2. Jun 07, 2017
    • zhubingbing's avatar
      Set tempest image user var · 9eb96227
      zhubingbing authored
      If we don't use cirros image, ``image_ssh_user = cirros`` is wrong,
      so we should make it be variable.
      
      Change-Id: I0a1d6999d1dbc8ce319f4bd504455dfd1fb5fceb
      Closes-Bug: #1696088
      9eb96227
  3. Jun 06, 2017
    • zhubingbing's avatar
      Add makestep in chrony.conf · 79b49e2f
      zhubingbing authored
      Normally chronyd will cause the system to gradually correct any time offset, by slowing down or speeding up the clock as required.
      In certain situations, the system clock might be so far adrift
      that this slewing process would take a very long time to correct the system clock
      
      Change-Id: I939b6aae1dbeb133203085ec68bdb9f7936ee9ef
      Closes-Bug: #1696056
      79b49e2f
    • Mathieu Rohon's avatar
      Add skydive service · 43900bc8
      Mathieu Rohon authored
      
      This patch introduces the ansible materials to deploy
      the skydive service, that can be used to monitor and
      troubleshoot networking in an openstack deployment.
      
      Implements: blueprint skydive-service
      
      Co-Authored-By: default avatarNicolas Bouron <nicolas.bouron@gmail.com>
      Signed-off-by: default avatarMathieu Rohon <mathieu.rohon@gmail.com>
      
      Change-Id: I53051a1b0c85380416288e17040a398b6efb62c0
      43900bc8
    • Jeffrey Zhang's avatar
      Remove archive_policy configuration in ceilometer.conf · 6ccd1337
      Jeffrey Zhang authored
      gnocchi have archive policy rule feature, which can control metric's
      archive_policy. gnocchi also have a default archive policy rule which
      is using low archive policy.
      
      On the other hand, archive_policy is marked as deprecated and will be
      removed in the feature in ceilometer[0].
      
      So should better remove archive_policy ceilometer.conf.
      
      [0] https://review.openstack.org/#/c/448586/
      
      Change-Id: I0aa726f6420d628bda3fb4c4eba86b55fe1e2699
      Closes-Bug: #1696038
      6ccd1337
  4. Jun 05, 2017
    • Michal (inc0) Jastrzebski's avatar
      Enable multinode gate · f5354f55
      Michal (inc0) Jastrzebski authored
      This patches changes deploy_gate quite a bit so in reality all
      deployments will now assume multinode (even if it's single node). After
      that we will refactor it even further to enable easy addition of new
      scenerios.
      
      Change-Id: I1faada46e6a7aa026128b2f01d77eabb04759439
      f5354f55
  5. Jun 04, 2017
    • Dai Dang Van's avatar
      Mixing binary and source images for N* and O* projects · e8b58956
      Dai Dang Van authored
      In case Kolla's users want to deploy with both of
      binary and source image, we should have a variable
      install type that define install type for each project.
      
      We also add specific image tag for each Openstack project.
      
      This commit is implemented for Neutron, Nova,
      Octavia project and Openvswitch as well.
      
      Change-Id: I04d3a17231b607795bbddb85cd940fa725ff7a61
      Implements: blueprint mixing-binary-and-source-image
      e8b58956
  6. Jun 03, 2017
    • Dai Dang Van's avatar
      Mixing binary and source images for T*, W*, Z* projects · c039b3c3
      Dai Dang Van authored
      In case Kolla's users want to deploy with both of
      binary and source image, we should have a variable
      install type that define install type for each project.
      
      We also add specific image tag for each Openstack project.
      
      This commit is implemented for Trove, Watcher, Zun projects.
      
      Change-Id: I3fbf1e13064616a72cae195653f1c5fe4ea1d1b7
      Implements: blueprint mixing-binary-and-source-image
      c039b3c3
    • Dai Dang Van's avatar
      Mixing binary and source images for S* projects · 74242ee9
      Dai Dang Van authored
      In case Kolla's users want to deploy with both of
      binary and source image, we should have a variable
      install type that define install type for each project.
      
      We also add specific image tag for each Openstack project.
      
      This commit is implemented for Sahara, Searchlight,
      Senlin, Solum and Swift projects.
      
      Change-Id: I964796b2f9e3eae69d7eccf68e9428ce9390010c
      Implements: blueprint mixing-binary-and-source-image
      74242ee9
    • Dai Dang Van's avatar
      Mixing binary and source images for M* projects · cda878d2
      Dai Dang Van authored
      In case Kolla's users want to deploy with both of
      binary and source image, we should have a variable
      install type that define install type for each project.
      
      We also add specific image tag for each Openstack project.
      
      This commit is implemented for Magnum, Manila,
      Mistral and Murano projects.
      
      Change-Id: I6aaeb74f791c79229430a52b066327de7219a9b1
      Implements: blueprint mixing-binary-and-source-image
      cda878d2
    • Dai Dang Van's avatar
      Mixing binary and source images for I* and K* projects · bf0bf043
      Dai Dang Van authored
      In case Kolla's users want to deploy with both of
      binary and source image, we should have a variable
      install type that define install type for each project.
      
      We also add specific image tag for each Openstack project.
      
      This commit is implemented for Ironic, Kabor,
      Keystone project and iscsi as well.
      
      Change-Id: I134d840b1c0e24171a32dec0c7daa6dc2e9ecd87
      Implements: blueprint mixing-binary-and-source-image
      bf0bf043
  7. Jun 02, 2017
    • Bertrand Lallau's avatar
      Cloudkitty: remove oslo_messaging_notifications config · 82604148
      Bertrand Lallau authored
      Cloudkitty doesn't use notification, cause there is no references to
      notification system in Cloudkitty code base.
      
      Change-Id: I17d276452d3861360feb6030f8622542cc455128
      82604148
    • Bertrand Lallau's avatar
      Grafana post_config checks only need to run locally · bb1b0857
      Bertrand Lallau authored
      Recently added post_config for Grafana does some uri queries,
      these can be problematic if run across every node.
      
      Change-Id: I580212474879da18780fc5f66a21952a9e6f8daa
      bb1b0857
    • Eduardo Gonzalez's avatar
      Support OSprofile usage · ab4b1ff7
      Eduardo Gonzalez authored
      
      OSprofile allows user/devs trace OpenStack requests.
      
      Implements: blueprint enable-osprofiler
      Co-Authored-By: default avatarBertrand Lallau <bertrand.lallau@gmail.com>
      Change-Id: I82ea85d726011ef6cbf99380f395452d6d7f8053
      ab4b1ff7
    • Dai Dang Van's avatar
      Mixing binary and source images for D*, G* and H* projects · f127da3c
      Dai Dang Van authored
      In case Kolla's users want to deploy with both of
      binary and source image, we should have a variable
      install type that define install type for each project.
      
      We also add specific image tag for each Openstack project.
      
      This commit is implemented for Designate, Gnocchi and Heat projects.
      
      Change-Id: I07451750e70e0e6305dca451422e33cd31ce8a4c
      Implements: blueprint mixing-binary-and-source-image
      f127da3c
    • Dai Dang Van's avatar
      Mixing binary and source images for C* projects · d463b05c
      Dai Dang Van authored
      In case Kolla's users want to deploy with both of
      binary and source image, we should have a variable
      install type that define install type for each project.
      
      We also add specific image tag for each Openstack project.
      
      This commit is implemented for Ceilometer, Ceph
      Cinder, Cloudkitty and Congress projects.
      
      Change-Id: I560ab84545db2e034abe03613c4e7cb407e64ab2
      Implements: blueprint mixing-binary-and-source-image
      d463b05c
    • Dai Dang Van's avatar
      Mixing binary and source images for A* and B* projects · a02e597e
      Dai Dang Van authored
      In case Kolla's users want to deploy with both of
      binary and source image, we should have a variable
      install type that define install type for each project.
      
      We also add specific image tag for each Openstack project.
      
      This commit is implemented for Aodh, Barbican and Bifrost projects.
      
      Change-Id: I926c9631c860b527941c40addc68896dd27bd1cc
      Implements: blueprint mixing-binary-and-source-image
      a02e597e
    • Dai Dang Van's avatar
      Mixing binary and source images for Glance · 5a935cc2
      Dai Dang Van authored
      In case Kolla's users want to deploy with both of
      binary and source image, we should have a variable
      install type that define install type for each project.
      
      We also add specific image tag for each Openstack project.
      
      Change-Id: I07af4fe56e00b7d0bbf1d5216b0a508806f04d7d
      Implements: blueprint mixing-binary-and-source-image
      5a935cc2
    • Duong Ha-Quang's avatar
      Rewrite haproxy precheck conditions to not use string interpolation · dbedf6b6
      Duong Ha-Quang authored
      In Ansible 2.3.0 when statements should not include jinja2 templating
      delimiters such as {{ }} or {% %}
      
      This patchset fixes all condition in precheck task of haproxy.
      
      Change-Id: I5ad234cf24133efe342956c1b7ab1b947f96b20f
      Partial-Bug: #1695142
      dbedf6b6
    • shaofeng_cheng's avatar
      Fix vnc_enabled warning · 10531d71
      shaofeng_cheng authored
      Remove option vnc_enabled from group default.
      Add option enabled in group vnc.
      
      Change-Id: Ia48b335fd9d160b53bc2ec98b7e3bc5b89b9c553
      Closes-Bug: #1695181
      10531d71
    • msimonin's avatar
      Fix nova fake driver support · 8e9cd4d2
      msimonin authored
      Recent code updates[1][2] broke the support for nova fake drivers.
      in [1], nova_services dict is introduce but the change is not refected
      in nova.conf.j2[3] when dealing with its elements.
      in [2], two typos make neutron handlers to fail.
      
      [1]: https://review.openstack.org/#/c/407416/
      [2]: https://review.openstack.org/#/c/424504/
      [3]:
      https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/nova/templates/nova.conf.j2#L35
      
      Change-Id: Ie32c76c4c902f1d95a1b4c97f8cbdb7ab101e48b
      Closes-bug: #1695218
      8e9cd4d2
    • Duong Ha-Quang's avatar
      Fix rabbitmq prechecks broken due to Ansible upgrade · 4738c75a
      Duong Ha-Quang authored
      In Ansible 2.3.0 when statements should not include jinja2 templating
      delimiters such as {{ }} or {% %}, and gate is broken with Ansible 2.3.1.
      
      This patchset rewrite when statement in rabbitmq precheck task to not use
      string interpolation.
      
      Change-Id: Ie2f1666cc8ced7cf20ceba40c7c7aaec750778f9
      Closes-Bug: #1695111
      4738c75a
  8. Jun 01, 2017
    • Eduardo Gonzalez's avatar
      Fix zun deployment · 27b577c4
      Eduardo Gonzalez authored
      Configure zun-api to use apache.
      Fix zun endpoint (tenant_id) causes a 404 error.
      Fix zun.conf options
      Change zun port, correct port is 9517
      Zun compute need privileged and mount docker lib volume
      
      Change-Id: Id9455e7dde62e1994a3f6ae8f30d378e5cda4262
      Closes-Bug: #1682165
      27b577c4
  9. May 30, 2017
  10. May 27, 2017
    • shaofeng_cheng's avatar
      Enabled pxe_ssh driver in ironic · 0002de69
      shaofeng_cheng authored
      XenServer drivers can be used to deploy hosts with Ironic by
      using XenServer VMs to simulate bare metal nodes.
      
      Ironic provides support via the pxe_ssh and agent_ssh drivers
      for using a XenServer VM as a bare metal target and do provisioning on it.
      
      Change-Id: Icd39f9f4573cf7c8c654591256f0228ef21d6117
      0002de69
  11. May 26, 2017
  12. May 25, 2017
    • shaofeng_cheng's avatar
      Fix etc/hosts format with baremetal role · 7d23bd37
      shaofeng_cheng authored
      While is not an issue, just an style format,
      etc/hosts generated by baremetal role have
      some tabs where it shouldn't.
      
      Change-Id: I90d82ea78b3dac7e8ec3f8cc546b67cc61c41536
      Closes-Bug: #1692913
      7d23bd37
  13. May 23, 2017
  14. May 22, 2017
  15. May 19, 2017
  16. May 18, 2017
    • shaofeng_cheng's avatar
      Fix invalid literal for int in swift_proxy_server · f6ed0d9f
      shaofeng_cheng authored
      If enable swift and ceilometer.
      
      Swift_proxy_server container start error
      
      ValueError: invalid literal for int() with base 10: '5672driver = messagingv2'
      
      Change-Id: Iff9135bfeece158de1c7159a51286cfe4da25ac4
      Closes-Bug: #1691633
      f6ed0d9f
  17. May 17, 2017
    • shaofeng_cheng's avatar
      Fix create and associate error of resellerAdmin · 9e158b78
      shaofeng_cheng authored
      Fix the following error:
      openstack_swift_auth is undefined
      unsupported parameter for module: project
      unsupported parameter for module: role
      
      Change-Id: Id60e3f06e90e708d9054b905bbfd28ff5450fa49
      Closes-Bug: #1691388
      9e158b78
    • shaofeng_cheng's avatar
      Add heat_stack_owner role to admin project · a1606f87
      shaofeng_cheng authored
      The Orchestration service automatically assigns the heat_stack_user
      role to users that it creates during stack deployment.
      To avoid conflicts, do not add this role to users with the heat_stack_owner role.
      
      Closes-Bug: #1690975
      
      Change-Id: I7a4cb7f4a13de7be4fc9ce9c24057ece6a0ced5c
      a1606f87
    • caoyuan's avatar
      Optimize the reconfiguration for 'common' container · 46a54e61
      caoyuan authored
      Change-Id: I57e3b310c65aabeea9f298db78762e9d535e8703
      Partially-implements: blueprint better-reconfigure
      46a54e61
  18. May 16, 2017
Loading