Skip to content
Snippets Groups Projects
  1. Jan 21, 2016
  2. Jan 20, 2016
    • Artur Zarzycki's avatar
      Fix permissions to /var/lib/nova/ · ef971bff
      Artur Zarzycki authored
      
      Due to changes with the drop-root work, we lost the ability to write
      to /var/lib/nova/*. This fixes those permissions and ensures cross
      container talk works properly between nova_libvirt and nova_compute
      
      Additionally, this fixes another issue introduced which saw that
      nova-compute could not run sudo commands as it did not have a proper
      sudoers entry
      
      Testing from previous deploys means you need a fresh environment. You
      have to remove all of the named volumes that kolla created in docker.
      Check these with `docker volume ls`
      
      Signed-off-by: default avatarHui Kang <kangh@us.ibm.com>
      Signed-off-by: default avatarArtur Zarzycki <azarzycki@mirantis.com>
      Co-Authored-By: default avatarSam Yaple <sam@yaple.net>
      Co-Authored-By: default avatarHui Kang <kangh@us.ibm.com>
      Closes-Bug: #1533350
      Change-Id: I7f864c448a2414e0b5d89f48337be411b891df35
      ef971bff
    • Ice Yao's avatar
      remove option verbose define in defaults/main.yml · e1ff2661
      Ice Yao authored
      References: https://review.openstack.org/#/c/269042/
      
      TrivialFix
      
      Change-Id: Ief08781342a06f956fc4cf00ba4383759da8c897
      e1ff2661
    • Allen Gao's avatar
      prechecks: remove the docker max version check · 7609cc24
      Allen Gao authored
      Remove the docker max version check since we are not pinning
      docker version any more.
      
      Partially-Implements: blueprint precheck-tasks
      Change-Id: Icfa10e72c56092931aae016afaeed4c6ce8cb337
      7609cc24
    • Allen Gao's avatar
      keep consistent with style of others · 3d4cedcc
      Allen Gao authored
      TrivialFix
      It should be more comfortable to keep consistent:
      $ find . -name *.yml | xargs grep -h -A5 start_container | grep name: | sort
          name: "ceph_mon"
          name: "ceph_rgw"
          name: "cinder_api"
          name: "cinder_backup"
          name: "cinder_scheduler"
          name: "cinder_volume"
          name: "glance_api"
          name: "glance_registry"
          name: "haproxy"
          name: "heat_api"
          name: "heat_api_cfn"
          name: "heat_engine"
          name: "horizon"
          name: "ironic-api"
          name: "ironic-conductor"
          name: "ironic-discoverd"
          name: "ironic-pxe"
          name: "keepalived"
          name: "keystone"
          name: "magnum_api"
          name: "magnum_conductor"
          name: "mariadb"
          name: "memcached"
          name: mistral_api
          name: mistral_engine
          name: mistral_executor
          name: "murano_api"
          name: "murano_engine"
          name: "neutron_agents"
          name: "neutron_openvswitch_agent"
      
      Change-Id: Ie946286968c830dcc3c0c45cc9ba87418dd44e8c
      3d4cedcc
  3. Jan 19, 2016
  4. Jan 18, 2016
    • Allen Gao's avatar
      remove option verbose from config files · 3729755d
      Allen Gao authored
      Option "verbose" from group "DEFAULT" is deprecated for removal.
      Its value may be silently ignored in the future.
      
      If this option is not set explicitly, there is no such warning.
      Furthermore, the default value of verbose is true, so there is
      no need to set this value in config files.
      
      TrivialFix
      
      Change-Id: I3ec2a8900c984a64bc0645672ef89a63975f7f4e
      3729755d
  5. Jan 17, 2016
  6. Jan 16, 2016
  7. Jan 15, 2016
  8. Jan 13, 2016
  9. Jan 09, 2016
  10. Jan 07, 2016
    • SamYaple's avatar
      Fix some mistal mistakes · 293a8ffe
      SamYaple authored
      Change task capitalization to match rest of project and start
      executor container properly.
      
      TrivalFix
      
      Change-Id: I657b70779b5c3e7695943183c3db7b1e5442dd0a
      293a8ffe
    • SamYaple's avatar
      Allow mistral role to pull images · 0995a401
      SamYaple authored
      Change-Id: Id5e56f62dff4fc7bc52641a56abab3ee88a25740
      Partially-Implements: blueprint pre-pull-images
      0995a401
  11. Jan 06, 2016
  12. Jan 05, 2016
    • SamYaple's avatar
      Simulate normal ansible behaviour with shared role · f66d1fa7
      SamYaple authored
      By default, if the same role is called in ansible it will only run
      once per node. Due to how we have the inventory setup ansible views
      every service as a different node and will try to run the common role
      tasks again. This causes slowdown in all cases but is particularly
      noticable when pulling images. A small change will ensure these tasks
      only run once per node per run as originally intended.
      
      TrivialFix
      
      Change-Id: I20b9c46991d10176c8f8645a335eb7a9ed750ee3
      f66d1fa7
    • Hui Kang's avatar
      Add nova ironic group into the sample multinode inventory file · 84b71706
      Hui Kang authored
      Change-Id: I81e5927724e9741f4005c2aec7863b33b9d86925
      Closes-Bug: #1531235
      84b71706
Loading