Skip to content
Snippets Groups Projects
  1. May 08, 2017
  2. Apr 13, 2017
  3. Apr 12, 2017
  4. Apr 11, 2017
    • Marcus G K Williams's avatar
      Split Openvswitch into own role · 9badc4de
      Marcus G K Williams authored
      
      Creates Openvswitch role and splits
      openvswitch from Neutron role to enable
      third party networking solutions that use
      Openvswitch or customize Openvswitch.
      For example Openvswitch with dpdk or
      OpenDaylight.
      
      Change-Id: I5a41c42c5ec0a5e6999b2570ddac0f5efc3102ee
      Co-Authored-By: default avatarMauricio Lima <mauriciolimab@gmail.com>
      Partially-Implements: blueprint opendaylight-support
      9badc4de
    • Eduardo Gonzalez's avatar
      Temporaly fix deploy gate · de4747af
      Eduardo Gonzalez authored
      Nova service-list is returning empty registered service
      when in database they are. Because of this, simple_cell_setup
      is not executed and deploy stucks waiting for nova-compute.
      
      This change temporaly checks the database for existing nova services
      instead of openstack compute service list.
      
      This change will need to be reverted once the command is fixed.
      
      Change-Id: Ic508eb3ff03b5f233186353fc7697305cc792d14
      de4747af
    • Jeffrey Zhang's avatar
      Detect openstack_release variable in mariadb recovery playbooks · f9899fbf
      Jeffrey Zhang authored
      Change-Id: Icb9b097299011cc09f3012bbee9629a5457c920c
      Closes-Bug: #1681316
      f9899fbf
  5. Apr 10, 2017
  6. Apr 09, 2017
  7. Apr 06, 2017
    • Mohammed Naser's avatar
      Fix documentation for kolla_docker image pulling · 10861350
      Mohammed Naser authored
      The example to pull images is incorrect, this patch
      addresses it and corrects it accordingly.
      
      Change-Id: Ice79e7f73d99c024781cb379d190f6d05e1a34a9
      Unverified
      10861350
    • Paul Bourke (pbourke)'s avatar
      Revert "Remove useless variable glance_backend_file" · 93ff74e4
      Paul Bourke (pbourke) authored
      Turns out this variable is not so useless...! In
      I2c167bae6f34a102cd7fe66401d7defe13bf2bf7 we need to determine if a file
      based backend is in use in order to determine how many api servers to
      start. Without this variable these kind of checks would all need to be
      updated every time a new shared storage backend is added.
      
      This reverts commit 867c3bda.
      
      Change-Id: I335acc12b68b577b33d6cb28675225c40e6231cd
      93ff74e4
    • Paul Bourke's avatar
      Update keystone sanity check to use built in shade · 8006ecda
      Paul Bourke authored
      The current module 'kolla_sanity' was written as a shim before full
      shade support was added to Ansible. This should now no longer be needed,
      we can implement the checks using Ansible provided modules.
      
      Begin by updating the Keystone check to use 'os_auth' to fetch a token,
      I think this is a good basic smoke test to verify Keystone is working.
      
      Change-Id: I16049d9201fd8138c781ef2e1e0c1827ea817259
      Partially-implements: blueprint sanity-check-container
      8006ecda
  8. Apr 05, 2017
  9. Apr 04, 2017
  10. Apr 03, 2017
  11. Apr 02, 2017
    • Bertrand Lallau's avatar
      Fix Fluentd warn on dnsmasq.log file parsing · 4f6470bb
      Bertrand Lallau authored
      Fluentd actually parse all files in /var/log/kolla/*/*.log as Openstack
      services files.
      Dnsmasq file /var/log/kolla/neutron/dnsmasq.log, must be add to
      exclude_path to avoid this warning message:
      "/var/log/kolla/neutron/dnsmasq.log unreadable. It is excluded and would
      be examined next time."
      
      Change-Id: I8dc5320b9ed299200c4f1e6ee52d34a918e2f110
      Closes-Bug: #1678530
      4f6470bb
  12. Apr 01, 2017
  13. Mar 31, 2017
  14. Mar 30, 2017
  15. Mar 29, 2017
    • Bertrand Lallau's avatar
      Set to Unix format trove-conductor.conf file · 8e2b341c
      Bertrand Lallau authored
      Replace all DOS carriage returns (^M) with Unix line feeds.
      
      Change-Id: I0cb757e2aa9c08d87d5da64cc416b3d468219df6
      8e2b341c
    • Bertrand Lallau's avatar
      Trove fix backup restore with Swift · b6ab5bf7
      Bertrand Lallau authored
      'v1' is missing in DEFAULT/swift_url property for trove.conf and
      trove-taskmanager.conf file.
      
      Closes-Bug: #1677362
      Change-Id: I7f625b1ac665a26c4207c3cbb9b0238da82993d8
      b6ab5bf7
    • Jeffrey Zhang's avatar
      Fix ceph log location · 2947a95c
      Jeffrey Zhang authored
      There are to parameter for ceph-mon/ceph-osd/radosgw, "-f" and "-d".
      
          -d run in foreground, log to stderr.
          -f run in foreground, log to usual location.
      
      When log tin stderr, docker engine will collect the logs. It is useless
      and we should write the log into file only. Then stop writing log to
      stderr.
      
      ceph-mon log location is controlled by "mon cluster log file".
      
      Change-Id: I7883a4316420bc2bf4c772cb7248b663359f54b7
      Closes-Bug: #1677237
      2947a95c
  16. Mar 27, 2017
    • Bertrand Lallau's avatar
      Fix Telegraf role reconfigure action · e05491bc
      Bertrand Lallau authored
      During "Optimize reconfigure action for Telegraf" previous commit, a
      regression has been introduced on the "reconfigure" action.
      https://review.openstack.org/#/c/424202/
      
      The start.yml file has been deleted but reconfigure.yml still using it.
      
      This patch fix it.
      
      Change-Id: I8879b83ce7a1f886f6870d79f63c3f1cc706059b
      Closes-Bug: #1676403
      e05491bc
    • Jeffrey Zhang's avatar
      Enable timeout feature when connecting ceph in cinder · 29a4b199
      Jeffrey Zhang authored
      cinder-volume will be hanged if rados_connect_timeout is disabled. And
      no error message will be thrown. Disable timeout is not a good idea.
      
      This patch sets the rados_connect_timeout to 5.
      
      Change-Id: I05e7343d09d75399a7031013b4329a2cb81792fb
      Closes-Bug: #1676267
      29a4b199
  17. Mar 24, 2017
    • Bertrand Lallau's avatar
      Remove Ubuntu 14.04 related code · 74dfe047
      Bertrand Lallau authored
      Last Openstack version supported on Ubuntu 14.04 is Mitaka.
      Hence Ubuntu 14.04 related code can be safely remove from Ansible tasks
      since Kolla Newton release.
      
      Change-Id: I7202c1f6d21a2e6f3536c0420a7cc889aff0f5ed
      74dfe047
  18. Mar 22, 2017
  19. Mar 21, 2017
Loading