Skip to content
Snippets Groups Projects
  1. Sep 15, 2016
  2. Sep 14, 2016
  3. Sep 13, 2016
  4. Sep 09, 2016
    • prithiv's avatar
      Ansible roles for collectd Container · 4af9bbe2
      prithiv authored
      Collectd-ceilometer-plugin is essential for further
      more detailed metrics collection, smarter scheduling and service
      assurance.
      
      Change-Id: I8da572980de370517ec120d745ad1d36e316b465
      Implements: blueprint collectd-ceilometer-plugin
      4af9bbe2
  5. Sep 07, 2016
  6. Sep 06, 2016
    • zhubingbing's avatar
      Add gnocchi ansible role · 89392f4f
      zhubingbing authored
      Partially-Implements: blueprint ansible-gnocchi
      
      Change-Id: I8dd0460bd21ac0a233fab0142ec7b6079459bdc2
      89392f4f
  7. Sep 02, 2016
    • Mathias Ewald's avatar
      Added influxdb role · 49f7359b
      Mathias Ewald authored
      
      Added ansible role for influxdb
      
      Introduced host groups for monitoring and influxdb and assign role
      
      Monitoring is deployed on a separate node called monitoring01 by
      default
      
      Co-Authored-By: default avatarzhubingbing <zhubingbing10@gmail.com>
      
      Change-Id: If2465a14b18c6c3fd657af587a0b85f6b7a0191a
      Partially-Implements: Blueprint performance-monitoring
      49f7359b
  8. Sep 01, 2016
  9. Aug 31, 2016
    • zhubingbing's avatar
      Add aodh role · 7ce05f97
      zhubingbing authored
      Partially-Implements: blueprint ansible-aodh
      
      Change-Id: I9e20f4bf5e7d8f37f243ae15746e2b7bb49eb20c
      7ce05f97
  10. Aug 16, 2016
  11. Aug 09, 2016
  12. Aug 05, 2016
    • Dave Walker (Daviey)'s avatar
      Add Watcher default settings · bb2397d2
      Dave Walker (Daviey) authored
      
      This adds:
        - AIO and multinode inventory samples
        - Password (blank) fields for default password.yml
        - Default to not enabled, in globals.yml
      
      This is the last changeset in the series to add basic
      Watcher functionality to Kolla.
      
      Change-Id: I9daec0eadc8dad3d37e03e7d69783af003af0916
      Closes-bug: #1598929
      Partially-implements: blueprint watcher
      Signed-off-by: default avatarDave Walker (Daviey) <email@daviey.com>
      bb2397d2
  13. Jul 20, 2016
  14. Jul 11, 2016
  15. Jun 17, 2016
  16. May 27, 2016
  17. Apr 19, 2016
  18. Apr 12, 2016
  19. Mar 01, 2016
  20. Feb 29, 2016
  21. Feb 13, 2016
    • akwasniewska's avatar
      Added Elasticearch and its deployment. · 792666dd
      akwasniewska authored
      Part of ELK stack. Includes Dockerfiles for both Centos and Ubuntu.
      
      Change-Id: I9f76adf084cd4f68e29326112b76ffd02b5adada
      Partially-implements: blueprint central-logging-service
      792666dd
  22. Feb 06, 2016
    • SamYaple's avatar
      Convert Neutron to thin containers · ddb7cd88
      SamYaple authored
      *** Requires Docker 1.10 which is released ***
      
      Documentation will be in the next patch. You must set the following
      in your docker.service daemon control file for propogation to work:
      
          [Service]
          MountFlags=shared
      
      ======================================================================
      
      Thanks to mount propagation in Docker 1.10 we can use thin containers
      finally! This is extremely useful to operators since now they can
      access the network namespaces from the hosts (outside the neutron
      container). But additionally it allows us to implement the VPN agent
      and other services easier.
      
      Neutron containers and the neutron role are brought into the standards
      of the new Kolla. Completely with drop-root and ansible formating
      updates.
      
      The ip_wrapper.py script was (thankfully) not needed so it has been
      removed from the repo.
      
      Partially-Implements: blueprint upgrade-neutron
      Change-Id: Iaf5555283240457e1912459f397a6393d886fba1
      ddb7cd88
  23. Jan 27, 2016
  24. Jan 26, 2016
    • akwasniewska's avatar
      Added Kibana and its deployment. · 3672152d
      akwasniewska authored
      Part of ELK stack. Includes Dockerfiles for both Centos and Ubuntu.
      
      Change-Id: I1d955a5c51e416cc572eb2c9b4c57982a1d6ab67
      Partially-implements: blueprint central-logging-service
      3672152d
  25. Jan 05, 2016
  26. Dec 29, 2015
  27. Dec 25, 2015
  28. Nov 13, 2015
  29. Nov 06, 2015
    • Sam Yaple's avatar
      Finish implementation of spice · 99932d65
      Sam Yaple authored
      Due bad rebases there is a huge section of the spice patch missing
      from the implementation unfortunately. This patch finishes the rest
      of this patch out properly.
      
      Change-Id: I693c6745e9594fd91eb6453f6de9dfcbd410e89c
      Paritally-Implements: blueprint nova-proxies
      99932d65
  30. Sep 28, 2015
    • Jeff Peeler's avatar
      Add Ansible support for Ironic · f5a50a1d
      Jeff Peeler authored
      Configuration based off upstream documentation here:
      http://docs.openstack.org/developer/ironic/deploy/install-guide.html
      
      A few notes:
      -ironic-api is not configured to use mod_wsgi
      -several places it's noted that discoverd is going away and needs to be
      replaced with ironic-inspector - (sqlite connection should be changed
      too)
      -currently enabling ironic reconfigures nova compute (driver and
      scheduler) as well as changes neutron network settings
      -a nice enhancement would be to configure the web console
      
      Required post-deployment configuration:
      
      Create the flat network to launch the instances:
      
      neutron net-create --tenant-id $TENANT_ID sharednet1 --shared \
      --provider:network_type flat --provider:physical_network physnet1
      
      neutron subnet-create sharednet1 $NETWORK_CIDR --name $SUBNET_NAME \
      --ip-version=4 --gateway=$GATEWAY_IP --allocation-pool \
      start=$START_IP,end=$END_IP --enable-dhcp
      
      And then the above ID is used to set cleaning_network_uuid in the neutron
      section of ironic.conf.
      
      Change-Id: I572e7ff1f23c4e57a2c50817cafe9269fd9950dd
      Implements: blueprint ironic-container
      f5a50a1d
  31. Sep 24, 2015
    • Sam Yaple's avatar
      Ceph Ansible support · c86e66c9
      Sam Yaple authored
      Add the initial playbooks for making ceph and ansible play nice
      together.
      
      This does not include all of the openstack changes to make things like
      nova, glance, and cinder work. This will simply build the ceph cluster
      and thats it. The next patchset will do the OpenStack integration.
      
      DocImpact
      Change-Id: Ie1697dde5f92e833652933a80f0004f31b641330
      Partially-Implements: blueprint ceph-container
      c86e66c9
  32. Sep 07, 2015
    • Mick Thompson's avatar
      Add ansible support for Murano · 68e7da0a
      Mick Thompson authored
      Deploy the core services for murano-api and murano-engine containers.
      
      Implements: bp ansible-murano
      
      Change-Id: Ibcc618665a3509465ba8f9249a417e8848087eef
      68e7da0a
  33. Aug 30, 2015
    • Steven Dake's avatar
      Add Ansible support for Heat · 5e521f05
      Steven Dake authored
      
      This changes bootstrapping of the Heat container to bootstrap
      the Heat container with a heat domain user.  This requires some
      work from bootstrap.yml to pass in several environment variables
      needed by the heat domain setup script.
      
      Co-Authored-By: default avatarSam Yaple <sam@yaple.net>
      Change-Id: Iab05983754fa514835cb5ff54d775faa18773110
      Partially-implements: blueprint ansible-heat
      5e521f05
  34. Aug 26, 2015
    • Paul Bourke's avatar
      Implement Ansible role for Swift · 515cf2af
      Paul Bourke authored
      This currently deploys the core services for a working Swift which are
      account/container/object/proxy.
      
      I've included some basic docs in docs/swift-related.rst, which gives
      usage instructions and more context on this patch. These are really to
      give an overview of the state of Swift in Kolla as of now, so unless
      there's some major inaccuracy there please don't nitpick it.
      
      Change-Id: Id0c54be3e24c46459c40b16b7020f05bddbe1b19
      Implements: blueprint ansible-swift
      515cf2af
  35. Aug 24, 2015
  36. Aug 21, 2015
    • Paul Bourke's avatar
      Add Ansible role for memcached · d13163ab
      Paul Bourke authored
      Note, this is not in the inventories/site.yml as it will be a
      transparent dependency of Swift.
      
      Change-Id: Ic8c80072596594e646ece74ac0ce74c7000398ff
      Partitially-Implements: blueprint ansible-swift
      d13163ab
Loading