Skip to content
Snippets Groups Projects
  1. May 12, 2015
    • Daneyon Hansen's avatar
      Improves Heat Demo Functionality · e65e0598
      Daneyon Hansen authored
      Previously, the Heat demo suffered from the following limitations:
      
      1. The number of Nova instances to spawn and the image flavor were
         hard coded in the Heat template.
      
      2. No outputs existed. This required users to run nova-list to
         obtain the IP's of VMs.
      
      3. No documentation existed.
      
      This patch addresses the above limitations.
      
      Change-Id: I495aa9c73a91200c01cecc1719ee5532c1f6c9cb
      e65e0598
  2. May 11, 2015
  3. May 09, 2015
    • Harm Weites's avatar
      Move Horizon to / and make it work in the first place. · 861ece74
      Harm Weites authored
      Having the dasboard in /dashboard doesn't feel right, especially
      since there is no automatic redirect when people browse to the ip or
      hostname. Which would be a natural first try. Moving to / now to make
      the process behave in a simpler fashion.
      
      Because of a packaging error the js/css wouldn't load properly, next
      to that there is an issue with a supposed missing 'manage.py
      compress' run. This is handled through Kolla now as well (for the
      time being).
      There is another supposed bug in packaging that makes webfont.ttf
      return a 404. This is because of a missing alias for /static stuff,
      and with moving the whole thing to / this gets adressed as well.
      
      Change-Id: I64cd7c9effad6cf9ec7c6a41f34e1184640c8adc
      861ece74
  4. May 08, 2015
  5. May 07, 2015
    • Jenkins's avatar
      Merge "linuxbridge check.sh not right" · 08f95533
      Jenkins authored
      08f95533
    • Fang Fenghua's avatar
      linuxbridge check.sh not right · f374a02a
      Fang Fenghua authored
      linuxbridge check.sh script got wrong
      value of status.
      
      Change-Id: I975562a62c9ebf7afc22289dc96e672ed877537c
      Closes-Bug: #1452626
      f374a02a
    • Daneyon Hansen's avatar
      Fixes Nova NOVNC and Consoleauth Startup Failure · 8b6d7b44
      Daneyon Hansen authored
      Previously these services would not start because the start
      script requires the associated log file to exist. The default
      settings for these 2 log files are blank causing the failure.
      Since the log files are not required for the services to start,
      this patch removes the parameter requirement from both start
      scripts.
      
      Change-Id: I84d3d128728075e52282b49d9df229917a34a7b5
      8b6d7b44
    • Daneyon Hansen's avatar
      Add kilo tag to keystone compose file · bd0fd950
      Daneyon Hansen authored
      Previously, the keystone compose yml was referencing juno instead
      of kilo when all other services are using kilo. This patch upates
      the yml to use the keystone image with the kilo tag.
      
      Change-Id: Ib4f551ad303bd44f0a5c45fc9d5f7d53f376caf7
      bd0fd950
  6. May 06, 2015
    • Daneyon Hansen's avatar
      Updates cleanup-containers · 556388e7
      Daneyon Hansen authored
      Previously cleanup-containers suffered from the following
      limitations:
      
      1. The docker rm command would fail if all the containers were not
         stopped.
      2. The script would throw an error if no containers existed.
      3. Artifacts such as veths, bridges, etc.. would remain on the host
         after containers were removed. These artifacts should be removed
         if the containers are removed.
      
      Change-Id: I5eadb23fec9e34125a32f6c3e39c241d97932910
      556388e7
    • Steven Dake's avatar
      Nova deprecated proxying options in the DEFAULT group · 76bd9e1a
      Steven Dake authored
      In Kilo Nova deprecated proxying options in the DEFAULT group.  Instead
      they were moved to the "neutron" group.  This resulted in the metadata
      service not serving up metadata.
      
      See this bug for more information:
      
          https://bugzilla.redhat.com/show_bug.cgi?id=1217999
      
      Change-Id: I4f7eac0100d31c5329f8d1857f6d7da1bb6784da
      76bd9e1a
    • Steven Dake's avatar
      Make neutron work with Kilo · 14fb8fd6
      Steven Dake authored
      Neutron was loading a bunch of modules that are not currently
      supported in Kolla.  Remove them as they were causing problems
      loading Neutron.
      
      Partially-Implements: blueprint port-kilo
      
      Change-Id: If53071bbb0a22aa05219b9e99ca6d693f96db4ce
      14fb8fd6
    • Steven Dake's avatar
      Add lock_path and instances_path to config · 57af5e43
      Steven Dake authored
      Both of these paths were missing from the configuration
      but they appear necessary for Kilo.  I'm not clear on why
      it worked ok in Juno, perhaps different defaults.
      
      Change-Id: I8b7c375627ada860356f9b9fcc205751083b804c
      Partially-Implements: blueprint port-klo
      57af5e43
    • Steven Dake's avatar
      Move dnsmasq-neutron.conf to /etc/neutron/dnsmasq · 2ef9203e
      Steven Dake authored
      The default dnsmasq configuration file doesn't operate with the Kilo
      agents in /etc/neutron when used with the --config-dir option.  Instead move
      it to a subdirectory.
      
      Change-Id: Iab8a54e879f8e630ba38205750ca9670e82834df
      Partially-Implements: blueprint port-kilo
      2ef9203e
    • Steven Dake's avatar
      The Neutron agents need their configuration directory specified · 4942e642
      Steven Dake authored
      Add a --config-dir specification to each agent run.
      
      Change-Id: I0426caf2ca17185c0789753d4aa9637c5b4327ec
      Partially-Implements: blueprint port-kilo
      4942e642
    • Steven Dake's avatar
      The neutron dockerfile needs an update for Kilo · dd06c234
      Steven Dake authored
      policy.json comes from the openstack-neutron package and is required
      for the agents to run.  So install it.  fwaas_driver.ini has been deleted
      in master and in the kilo branch, but the agents won't run without the
      file present.  So copy one from the Juno release.
      
      fwaas_driver.ini is probably not actually required, but there is a
      configuration problem somewhere in our Neutron code base.  We are out
      of time for the Kilo branch, so this short term workaround should be fine.
      
      Change-Id: I154599925308765349634b1a53e598599fc20ec1
      Partially-Implements: blueprint port-kilo
      dd06c234
    • Steven Dake's avatar
      Glance has some undefined dependencies in Kilo packaging · 5a06b0a0
      Steven Dake authored
      Glance has two undefined dependencies.  Without installing these
      dependencies out of band, glance will not operate.
      
      Change-Id: I096881467d8e0022d58e6c6f745e610d9332dd82
      Partially-Implements: blueprint port-kilo
      5a06b0a0
    • Steven Dake's avatar
      Make nova read config files for Kilo · 747f80e9
      Steven Dake authored
      In Kilo, nova no longer reads the config files automatically.  They must
      be specified in the command line to run the nova-* tools.
      
      Change-Id: Ifbdf4fd3f952f7bb65e9937b46cf9b96e262c3b0
      Paritally-Impleents: blueprint port-kilo
      747f80e9
    • Steven Dake's avatar
      Port to Kilo · c81b0033
      Steven Dake authored
      Use kilo upstream RPM packages
      
      Partially-implements: blueprint port-kilo
      
      Change-Id: Ia0b4db5dc8e40c01184871e77458dc718c3c46cd
      c81b0033
    • Harm Weites's avatar
      Add a novnc container running the novnc-proxy. · 5ffc66cd
      Harm Weites authored
      All VNC-specific configuration bits are moved from nova-api-base to
      nova-compute and the new nova-novncproxy and nova-consoleauth
      containers. The compose specification has been updated to reflect this.
      
      A future patch will make the desired backend configurable (spice/vnc).
      
      Change-Id: I8b64abf125fd1ecd7d3463515e3717dd9bd60420
      Blueprint: novnc-container
      5ffc66cd
    • Steven Dake's avatar
      Readd Zaqar for Juno series since that was where it was introduced · d19adb6a
      Steven Dake authored
      Change-Id: I379844bb46d9ac1b933124b1736b7594700f88a8
      Partially-implements: blueprint port-kilo
      d19adb6a
    • Steven Dake's avatar
      Port to Juno · 68594d87
      Steven Dake authored
      This represents the Juno release of the images.
      
      Partially-implements: blueprint port-kilo
      
      Change-Id: I2837ec25a2aa093b7fff7519f3ed608ec93736bf
      68594d87
    • Steven Dake's avatar
      Change nova net config to work properly with Neutron for Juno and later · 6e11af59
      Steven Dake authored
      Change nova networking config to work properly with Neutron Juno and later.
      
      Partially-implements: blueprint port-kilo
      
      Change-Id: I18c324c34b4c3af8526d32b3e42f426ec519750b
      6e11af59
    • Steven Dake's avatar
      Port to icehouse · d30f69bc
      Steven Dake authored
      This represents making build-docker-images --release build
      with the icehouse tag and causes docker-compsoe to pull from
      the icehouse tag.
      
      Partially-implements: blueprint port-kilo
      
      Change-Id: I66b2c39abc55c0f47152dd90e696fc46b9c58f50
      d30f69bc
    • Steven Dake's avatar
      Remove Zaqar for Icehouse · d8a7af93
      Steven Dake authored
      Zaqar was introduced in Juno, so remove it prior to branching
      icehouse, then add it back in after branching icehouse.
      
      Partially-implements: port-kilo
      
      Change-Id: Icce95b4d404e6d8238206716e74f6826bc860860
      d8a7af93
    • Steven Dake's avatar
      Setup nova networking properly for Icehouse · 35c17ebb
      Steven Dake authored
      This sets up nova networking properly to work with Neutron in the Icehouse
      release.
      
      Partially-implements: blueprint port-kilo
      
      Change-Id: I0d37411c61d0d705d1ddf39c25c6610ea04f56f1
      35c17ebb
    • Steven Dake's avatar
      Add heat-api-cfn · ea0f5c7e
      Steven Dake authored
      Add Heat-api-cfn for wait conditions
      
      Magnum needs wait conditions in order to operate properly.  heat-api-cfn
      is where wait conditions connect.
      
      Change-Id: I56742dd96e4607dc0042d0cef4e18c922f9ed736
      Implements: blueprint container-heat-api-cfn
      ea0f5c7e
    • Steven Dake's avatar
      Make neutron-server upgrade the database to head · 61cc479e
      Steven Dake authored
      Rather then upgrading to a specific version of OpenStack, just
      upgrade to Head.  This works for both juno and kilo.
      
      Change-Id: I6305218eabd7de0878e24c8fdae968ac6d612175
      Partially-implements: blueprint port-kilo
      61cc479e
    • Jenkins's avatar
      Merge "Add auth role to ansible" · d5222549
      Jenkins authored
      d5222549
    • Jenkins's avatar
      Merge "Add setup Docker script" · 9732e3c5
      Jenkins authored
      9732e3c5
  7. May 05, 2015
    • Fang Fenghua's avatar
      Add auth role to ansible · 5a1b0008
      Fang Fenghua authored
      Add a auth role so ansible can deploy
      keystone.
      
      Change-Id: I3f41fe150654451aae6271cce59ddeb807945043
      5a1b0008
    • Chen Zhiwei's avatar
      Add setup Docker script · 69316556
      Chen Zhiwei authored
      This script will setup Docker environment for Kolla functional test.
      This script will not affect the users exist Docker environment, only
      added a new Docker binary to /usr/local/bin directory.
      
      Change-Id: I9669461df198d9192e220b51cba1e034040d7ed3
      69316556
    • Martin André's avatar
      Initial support for taggable dependencies · 047683d1
      Martin André authored
      Introduce a new --no-use-released-parent option to `build-docker-image`
      that allows specifying whether the parent image uses the same tag as
      the one that's currently build or the release tag.
      
      Default is to use the release tag for parent image, however
      `build-all-docker-images` script forces it to be the current tag.
      
      Change to Dockerfile is coming next.
      
      Change-Id: Ief11c9abb722c181ca85f38ee11800dbf4332a5f
      047683d1
  8. May 01, 2015
  9. Apr 30, 2015
Loading