Skip to content
Snippets Groups Projects
  1. Apr 24, 2017
    • Eduardo Gonzalez's avatar
      Add cli options to cleanup-images · f6f99db4
      Eduardo Gonzalez authored
      Allow remove all kolla images
      Allow remove specific kolla version images
      Allow remove dangling images
      Allow remove single images, all images matched
      
      Usage examples:
         * cleanup-images --all
           - Remove all kolla images
         * cleanup-images --image-version 4.0.0
           - Remove all images matching 4.0.0 kolla_version
         * cleanup-images --dangling
           - Remove all dangling images
         * cleanup-images --image nova
           - Remove all nova images
         * cleanup-images --image nova-scheduler
           - Only remove nova-scheduler image
      
      Implements: blueprint add-cleanup-images-cli-options
      Change-Id: I997272098879350e13e0ac00762ae3485e618355
      f6f99db4
    • Bertrand Lallau's avatar
      Tempest: remove all oslo.policy related stuff · e6e48c30
      Bertrand Lallau authored
      The OpenStack Integration Test Suite (Tempest) doesn't use oslo.policy
      library.
      oslo.policy is not used in codebase and not set in requirements.txt:
      https://github.com/openstack/tempest/blob/master/requirements.txt#L14
      
      All policy.json related stuff must be removed.
      
      Change-Id: I0d8ee710979a7eebba1e8fc176450e4c0bcbe757
      e6e48c30
  2. Apr 20, 2017
  3. Apr 19, 2017
    • Vladislav Belogrudov's avatar
      Allow different configuration of iSCSI helper · 8263dafe
      Vladislav Belogrudov authored
      Currently Cinder configuration hard-codes tgtadm as the only
      iSCSI management utility. tgtd and tgtadm are older tools to
      manage iSCSI volumes. Newer versions of Linux distros use
      targetcli and kernel based iSCSI facilities (LIO) and can be
      a preferred way for some users.
      
      Change-Id: I10c0a7d596994a9201218e58ca2ad184774a8ce2
      Closes-Bug: #1684139
      8263dafe
  4. Apr 18, 2017
  5. Apr 17, 2017
    • Mark Goddard's avatar
      Use ironic-inspector user for ironic inspector · 07453f34
      Mark Goddard authored
      This change updates the ironic_inspector container deployment tasks
      to use the new kolla ironic-inspector image (see kolla change
      Ibdc5ba35db61f4974d4282aff34bcb5ccd952d45). The new image uses the
      ironic-inspector user rather than the ironic user to execute the
      ironic inspector service as this more closely aligns with what is
      typically done by downstream packagers (specifically, Ubuntu and
      RDO).
      
      This change sets the owner and group to ironic-inspector when
      copying configuration files into place, and uses the log directory
      /var/log/kolla/ironic-inspector.
      
      Change-Id: I8579d5c2d741636406ff60bececc74b50743b83e
      Depends-On: Ibdc5ba35db61f4974d4282aff34bcb5ccd952d45
      Closes-Bug: #1624457
      07453f34
  6. Apr 14, 2017
  7. Apr 13, 2017
  8. Apr 12, 2017
  9. 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
    • Eduardo Gonzalez's avatar
      Fix panko mongo idempotency · 39627f04
      Eduardo Gonzalez authored
      Panko fails to create users in mongo when deploy
      is executed more than once.
      
      Change-Id: I89d164220e874f7cffe0f2c70797c61a147bcafb
      Closes-Bug: #1681747
      39627f04
  10. Apr 10, 2017
  11. Apr 09, 2017
  12. Apr 07, 2017
  13. Apr 06, 2017
    • 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
  14. Apr 05, 2017
  15. Apr 04, 2017
  16. Apr 03, 2017
  17. 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
  18. Apr 01, 2017
  19. Mar 31, 2017
  20. Mar 30, 2017
Loading