Skip to content
Snippets Groups Projects
  1. Oct 14, 2016
  2. Oct 13, 2016
  3. Oct 12, 2016
    • Waldemar Znoinski's avatar
      copy ldlinux.c32 to /tftpboot in ironic_pxe · 3d996aeb
      Waldemar Znoinski authored
      Change-Id: Ie42f75d0779b8e2bd835e9cdc165e73751ce5172
      Closes-bug: #1632840
      3d996aeb
    • Jeffrey Zhang's avatar
      Fix rabbitmq upgrade permission issue · 4c207bc0
      Jeffrey Zhang authored
      During the upgrade from Mitaka to Newton, the uid/gid may change for the
      same image. Especially on Ubuntu, we moved to Ubuntu Xenial in Newton
      and it added systemd related user which break all the uid/gid during an
      upgrade. It will the permissions in all docker named volumes.
      
      This fix extends set_config.py to set the proper permission during
      container start. This is super light then add commands in
      extend_start.sh file  or add ansible tasks.
      
      This patch just fixes rabbitmq case. Other services will be fixed in
      following patches.
      
      Partial-Bug: #1631503
      Change-Id: Ib17027b97abbc9bf4e3cd503601b8010325b5c5b
      4c207bc0
    • Christian Berendt's avatar
      Fix keystone fernet file exchange via ssh · bedca5b3
      Christian Berendt authored
      
      * install openssh client in keystone-fernet container
      * install rsync in keystone-ssh container
      * fix syntax issue in ssh configuration
      * copy ssh configuration into keystone-fernet container
      * copy id_rsa.pub into keystone-ssh container
      * copy id_rsa into keystone-fernet container
      * use full path to ssh binary in used scripts
      * add missing newlines at EOF
      * when using type source set /var/lib/keystone as home
        directory for the user keystone
      
      Co-Authored-By: default avatarJeffrey Zhang <jeffrey.zhang@99cloud.net>
      Change-Id: Id6b41030056a69f6516a054beb2fc0e08226e876
      Closes-bug: #1623013
      bedca5b3
Loading