Skip to content
Snippets Groups Projects
  1. Oct 09, 2015
  2. Oct 08, 2015
  3. Oct 07, 2015
    • Jeff Peeler's avatar
      Fix up ironic Dockerfiles to build · 717ed63b
      Jeff Peeler authored
      The dockerfiles for each of these containers were hacked to force
      install the most recent version of the package, even though the newer
      version had a lower version number. Delorean has fixed the issue by
      bumping the epoch, so the hack is no longer required.
      
      backport: liberty
      
      Change-Id: I8d9c071d84e53280d3cadfceb9034bb96f64f3a3
      Closes-bug: #1503785
      717ed63b
    • Lubosz Kosnik's avatar
      Fixes typo in openstack command · f6107f09
      Lubosz Kosnik authored
      openstack user-list changed
      to proper form of openstack command
      
      Change-Id: If409ab26bf6266e0790a2d2cce18d28adb844702
      Closes-Bug: #1503711
      f6107f09
    • Jenkins's avatar
      Merge "Removing /dev/log on rsyslog start" · 05764198
      Jenkins authored
      05764198
    • Jenkins's avatar
      ec835750
    • Jenkins's avatar
      998210bc
    • Michal Jastrzebski's avatar
      Removing /dev/log on rsyslog start · 865ba802
      Michal Jastrzebski authored
      Currently we seem to be experiencing races between containers.
      If another containers tries to write to rsyslog before rsyslog container
      is up and running it will create /dev/log as directory,
      and that will prevent rsyslog from starting.
      
      Change-Id: I88ac27693d12e605f95e3a945fc98783516d7933
      Closes-Bug: #1501694
      backport: liberty
      865ba802
    • Sam Yaple's avatar
      Fix wrong sysctl variable name (part 2) · a38868f9
      Sam Yaple authored
      Change-Id: I8e4c9beb90a0b289f56947ca6292f6455e26e07b
      Closes-Bug: #1503416
      a38868f9
    • Steven Dake's avatar
      Install agent dependencies from source for CentOS · 2dead815
      Steven Dake authored
      Several packages are not installed from RPM packages which are
      required in order for CentOS from source to operate correctly.
      
      This looked like sudo was failing to execute, but it was because
      the dnsmasq binary was not found.
      
      backport: liberty
      
      Change-Id: If23cfbacd55d9089ffec442399ee0151adea923f
      Closes-Bug: #1503412
      2dead815
    • Steven Dake's avatar
      Enable source for openstack-base for RPM distros · fbb1842f
      Steven Dake authored
      Make openstack-base optimized for from source builds for RPM based
      distributions.
      
      backport: liberty
      
      Change-Id: I5f1056ebc09fd55cd5d46da7a09331e38940d888
      Implements: blueprint openstack-common-container
      fbb1842f
    • Jenkins's avatar
      Merge "Pin rabbitmq to 3.5.5" · e230c075
      Jenkins authored
      e230c075
    • Jenkins's avatar
      43284d56
    • Steven Dake's avatar
      Remove which from neutron-server · e6391aff
      Steven Dake authored
      The which tool is installed in the base image now and this extra
      install is duplicated and has no effect.
      
      backport:liberty
      
      TrivialFix
      
      Change-Id: I70c3edb11f5c847063b6e4ab4f9de7184356ce57
      e6391aff
    • Steven Dake's avatar
      Remove debug output in base image yum command · c5b6a436
      Steven Dake authored
      The base image contains -d 10 in a yum command which prints unhelpful
      debug output for one of the yum commands.  Remove the extranous debug
      output.
      
      backport: liberty
      
      TrivialFix
      
      This patch is a trivial fix and is a test to set boundaries on what
      a trivial fix looks like that doesn't require a bug tracker entry.  If
      reviewers feel a trivial fix isn't documented properly by this commit
      message, please weigh in, as this is a slight suggested change to our
      policy as first institued by the Magnum community and brought to my
      attention by Jeff Peeler.  Hopefully this compromise won't be abused :)
      
      Change-Id: I57f00978d0baaefd73592f4ad6a655e663d83478
      c5b6a436
    • Steven Dake's avatar
      Release version 1.0.0 · 418428a1
      Steven Dake authored
      Our current version based upon conversations with TTX was
      0.1.0. It appears now that the full API is nearly stable.  It is
      stable enough to call our first Liberty release 1.0.0.
      
      The API consists of the following data:
      The locations of config files passed to the container
      The environment variables expected by the container
      The JSON encoded file containing the copy and cmd operations
      
      Each container in current master follows the same sytnax and
      style for all of the implementations of every container that
      atleast has been Ansibilized.
      
      backport: liberty
      
      Change-Id: I2064689ca6fd9f332ad26624e1b93f6aaa08e79b
      Closes-Bug: #1503494
      418428a1
    • Steven Dake's avatar
      Pin rabbitmq to 3.5.5 · c6947eeb
      Steven Dake authored
      Pin rabbitmq to 3.5.5 for RPM platforms.  This version is the latest
      and sparkly with lots of bug fixes.  Tested multi-node HA and everything
      seems solid in comparison to the 3.3.z releases used previously.
      
      backport: liberty
      
      Change-Id: I53bf70175fd12ded132141aa499c73919a932cdf
      Closes-Bug: #1503280
      c6947eeb
    • Kuo-tung Kao's avatar
      update doc about how to set up local registry · 32d0e4ef
      Kuo-tung Kao authored
      Update document about how to set up local registry.
      
      Change-Id: I52895e2416a219e1dfaf2e493eac857598f9c819
      Closes-Bug: #1459355
      32d0e4ef
Loading