Skip to content
Snippets Groups Projects
  1. 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
  2. Jun 02, 2017
  3. 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
  4. May 30, 2017
  5. 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
  6. May 26, 2017
  7. 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
  8. May 23, 2017
  9. May 22, 2017
  10. May 19, 2017
  11. 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
  12. 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
  13. May 16, 2017
  14. May 15, 2017
    • shaofeng_cheng's avatar
      Fix lbaasv2 in service_plugins · df3bef04
      shaofeng_cheng authored
      If enable lbaas,service_plugins value is 'neutron_lbaas.services
      .loadbalancer.plugin:LoadBalancerPluginv2'.
      It throw warning for 'stevedore.named [-]Could not load neutron_lbaas
      .services.loadbalancer.plugin.LoadBalancerPluginv2'
      
      Closes-Bug: #1690694
      
      Change-Id: I38d61405710ca88fbdb3cfd72a534986cf933195
      df3bef04
  15. May 13, 2017
  16. May 12, 2017
    • Pavel Glushchak's avatar
      Fixed libvirt package removal · 7aeb8a2a
      Pavel Glushchak authored
      
      On RedHat libvirt is just a metapackage and it does
      nothing with libvirt daemon itself if we remove it.
      On Ubuntu the correct package name with libvirt daemon
      is libvirt-bin.
      
      Closes-Bug: #1690356
      Change-Id: Ief8dfd8c038b10878621aefcc8f559aa20dc498b
      Signed-off-by: default avatarPavel Glushchak <pglushchak@virtuozzo.com>
      7aeb8a2a
    • Eduardo Gonzalez's avatar
      Fix cinder-api ubuntu binary deploy · ba78082e
      Eduardo Gonzalez authored
      This changes moves cinder-api to make use of apache to
      launch its processes.
      Ubuntu binary removed support in Ocata for cinder-api
      system services [1]. At this moment cinder in Ocata branch
      is not working at all due this issue.
      
      This changes aims to fix cinder in master only for ubuntu
      binary with the purpose of make a clean backport to stable/ocata
      without do any other change on the backport process.
      A follow up change will migrate other OS/install_type to make use
      of Apache but only changing master branch.
      
      [1] http://lists.openstack.org/pipermail/openstack-dev/2017-January/111069.html
      
      Change-Id: I9885d6acadbac1da46844f583e7cd37785505ae0
      Closes-Bug: #1676751
      ba78082e
    • Jeffrey Zhang's avatar
      Remove verbose log in memcached container · ec635f88
      Jeffrey Zhang authored
      Closes-Bug: #1690302
      Change-Id: Ice9e6ece862c4102883c6a5f3bbfe2d291077c8d
      ec635f88
  17. May 09, 2017
    • caoyuan's avatar
      Remove the unnecessary delimiters · 583f0b6f
      caoyuan authored
      when statements should not include jinja2 templating delimiters such as
      {{ }} or {% %}. Found: {{ ceph_enable_cache | bool }}
      Closes-Bug: #1689550
      
      Change-Id: I2ca039b80260cd753026f8fb077c7d25e46c8b13
      583f0b6f
  18. May 08, 2017
  19. May 06, 2017
    • Jeffrey Zhang's avatar
      Add local directive for chrony · 7b05bb73
      Jeffrey Zhang authored
      The local keyword is used to allow chronyd to appear synchronised to
      real time (from the viewpoint of clients polling it), even if it has no
      current synchronisation source.
      
      Change-Id: I27d945abb87a37d2fdf972a58c51e2f0994e3de8
      Closes-Bug: #1688682
      7b05bb73
    • Jeffrey Zhang's avatar
      Fix panko source and dest file path in ceilometer config · e05b3ac0
      Jeffrey Zhang authored
      * Use absolute path for panko.conf.j2
      * Fix the destination path.
      
      Change-Id: I3abc0bf000be8af3a0cde1f43901245e027bb469
      Closes-Bug: #1688681
      e05b3ac0
  20. May 05, 2017
    • Bertrand Lallau's avatar
      Fix log rotation issue on services · 5c62baac
      Bertrand Lallau authored
      This patch fix log rotation issue on the following services/program:
      - ceph
      - chrony
      - collectd
      - congress
      - etcd
      - influxdb
      - ironic
      - kibana
      - kuryr
      - mongodb
      - rally
      - tempest
      - trove
      
      Change-Id: I1246c071b7340b3267226cefb64a04da1cce9f26
      Closes-Bug: #1688649
      5c62baac
    • Eduardo Gonzalez's avatar
      Fix haproxy restart while genconfig · dbab46ee
      Eduardo Gonzalez authored
      At this moment haproxy  config.yml notifies
      handlers that are not skipped when running
      genconfig
      
      Change-Id: I2eab18e3ba709075f21f8dce323fcb2acef43de5
      Closes-Bug: #1664674
      dbab46ee
    • Eduardo Gonzalez's avatar
      Fix neutron-openvswitch-agent crash on multinode · 2eeca32d
      Eduardo Gonzalez authored
      neutron-openvswitch-agent enter in restarting status in multinode
      deployments because br-ex is no longer created on compute nodes
      unless DVR is enabled.
      
      This change add a conditional to only add bridge_mappings when
      the node is in network or in compute when dvr is enabled.
      
      Change-Id: I9d49158127af7fd78ecbc3d64a7509d1e4ae5672
      Closes-Bug: #1688571
      2eeca32d
Loading