Revert "changed container bind mounts to use abspath"
This reverts commit a6536b132c.
Change-Id: I52f5084c72ebedf9346dc4078fa18019bb7ea511
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
container_command: |
|
container_command: |
|
||||||
[[ ! -d "/var/lib/mysql" ]] && mkdir -p "/var/lib/mysql"
|
[[ ! -d "/var/lib/mysql" ]] && mkdir -p "/var/lib/mysql"
|
||||||
container_config:
|
container_config:
|
||||||
- "lxc.mount.entry=/openstack/{{ container_name }} /var/lib/mysql none bind 0 0"
|
- "lxc.mount.entry=/openstack/{{ container_name }} var/lib/mysql none bind 0 0"
|
||||||
delegate_to: "{{ physical_host }}"
|
delegate_to: "{{ physical_host }}"
|
||||||
when: is_metal == false or is_metal == "False"
|
when: is_metal == false or is_metal == "False"
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
container_command: |
|
container_command: |
|
||||||
[[ ! -d "/var/lib/glance/images" ]] && mkdir -p "/var/lib/glance/images"
|
[[ ! -d "/var/lib/glance/images" ]] && mkdir -p "/var/lib/glance/images"
|
||||||
container_config:
|
container_config:
|
||||||
- "lxc.mount.entry=/openstack/{{ container_name }} /var/lib/glance/images none bind 0 0"
|
- "lxc.mount.entry=/openstack/{{ container_name }} var/lib/glance/images none bind 0 0"
|
||||||
delegate_to: "{{ physical_host }}"
|
delegate_to: "{{ physical_host }}"
|
||||||
when: is_metal == false or is_metal == "False"
|
when: is_metal == false or is_metal == "False"
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
container_command: |
|
container_command: |
|
||||||
[[ ! -d "/var/www" ]] && mkdir -p "/var/www"
|
[[ ! -d "/var/www" ]] && mkdir -p "/var/www"
|
||||||
container_config:
|
container_config:
|
||||||
- "lxc.mount.entry=/openstack/{{ container_name }} /var/www none bind 0 0"
|
- "lxc.mount.entry=/openstack/{{ container_name }} var/www none bind 0 0"
|
||||||
delegate_to: "{{ physical_host }}"
|
delegate_to: "{{ physical_host }}"
|
||||||
when: is_metal == false or is_metal == "False"
|
when: is_metal == false or is_metal == "False"
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
@@ -37,6 +37,18 @@
|
|||||||
tags:
|
tags:
|
||||||
- lxc-container-vg-detect
|
- lxc-container-vg-detect
|
||||||
|
|
||||||
|
- name: Container service directories
|
||||||
|
file:
|
||||||
|
path: "{{ item }}"
|
||||||
|
state: "directory"
|
||||||
|
with_items:
|
||||||
|
- "/openstack/{{ inventory_hostname }}"
|
||||||
|
- "/openstack/backup/{{ inventory_hostname }}"
|
||||||
|
- "/openstack/log/{{ inventory_hostname }}"
|
||||||
|
delegate_to: "{{ physical_host }}"
|
||||||
|
tags:
|
||||||
|
- lxc-container-directories
|
||||||
|
|
||||||
- name: Create container
|
- name: Create container
|
||||||
lxc_container:
|
lxc_container:
|
||||||
name: "{{ inventory_hostname }}"
|
name: "{{ inventory_hostname }}"
|
||||||
@@ -55,18 +67,6 @@
|
|||||||
tags:
|
tags:
|
||||||
- lxc-container-create
|
- lxc-container-create
|
||||||
|
|
||||||
- name: Container service directories
|
|
||||||
file:
|
|
||||||
path: "{{ item }}"
|
|
||||||
state: "directory"
|
|
||||||
with_items:
|
|
||||||
- "/openstack/{{ inventory_hostname }}"
|
|
||||||
- "/openstack/backup/{{ inventory_hostname }}"
|
|
||||||
- "/openstack/log/{{ inventory_hostname }}"
|
|
||||||
delegate_to: "{{ physical_host }}"
|
|
||||||
tags:
|
|
||||||
- lxc-container-directories
|
|
||||||
|
|
||||||
- name: Load container service mounts and profile
|
- name: Load container service mounts and profile
|
||||||
lxc_container:
|
lxc_container:
|
||||||
name: "{{ inventory_hostname }}"
|
name: "{{ inventory_hostname }}"
|
||||||
@@ -74,8 +74,8 @@
|
|||||||
mkdir -p /var/backup
|
mkdir -p /var/backup
|
||||||
mkdir -p /var/log/{{ properties.service_name }}
|
mkdir -p /var/log/{{ properties.service_name }}
|
||||||
container_config:
|
container_config:
|
||||||
- "lxc.mount.entry=/openstack/backup/{{ inventory_hostname }} /var/backup none defaults,bind,rw 0 0"
|
- "lxc.mount.entry=/openstack/backup/{{ inventory_hostname }} var/backup none defaults,bind,rw 0 0"
|
||||||
- "lxc.mount.entry=/openstack/log/{{ inventory_hostname }} /var/log/{{ properties.service_name }} none defaults,bind,rw 0 0"
|
- "lxc.mount.entry=/openstack/log/{{ inventory_hostname }} var/log/{{ properties.service_name }} none defaults,bind,rw 0 0"
|
||||||
- "lxc.aa_profile=lxc-openstack"
|
- "lxc.aa_profile=lxc-openstack"
|
||||||
when: properties.service_name is defined
|
when: properties.service_name is defined
|
||||||
delegate_to: "{{ physical_host }}"
|
delegate_to: "{{ physical_host }}"
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
container_command: |
|
container_command: |
|
||||||
[[ ! -d "{{ storage_directory }}" ]] && mkdir -p "{{ storage_directory }}"
|
[[ ! -d "{{ storage_directory }}" ]] && mkdir -p "{{ storage_directory }}"
|
||||||
container_config:
|
container_config:
|
||||||
- "lxc.mount.entry=/openstack/{{ container_name }}/log-storage {{ storage_directory }} none bind 0 0"
|
- "lxc.mount.entry=/openstack/{{ container_name }}/log-storage {{ storage_directory.lstrip('/') }} none bind 0 0"
|
||||||
delegate_to: "{{ physical_host }}"
|
delegate_to: "{{ physical_host }}"
|
||||||
when: is_metal == false or is_metal == "False"
|
when: is_metal == false or is_metal == "False"
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ fi
|
|||||||
# Ignores the following rules due to how ansible modules work in general
|
# Ignores the following rules due to how ansible modules work in general
|
||||||
# F403 'from ansible.module_utils.basic import *' used; unable to detect undefined names
|
# F403 'from ansible.module_utils.basic import *' used; unable to detect undefined names
|
||||||
# H303 No wildcard (*) import.
|
# H303 No wildcard (*) import.
|
||||||
flake8 --ignore=F403,H303 $(grep -rln -e '^#!/usr/bin/env python' -e '^#!/bin/python' * | grep -v '.sh$')
|
flake8 --ignore=F403,H303 $(grep -rln -e '^#!/usr/bin/env python' -e '^#!/bin/python' * )
|
||||||
|
|
||||||
|
|
||||||
# Create keys if they don't already exist.
|
# Create keys if they don't already exist.
|
||||||
|
|||||||
@@ -365,61 +365,6 @@ cat > /tmp/fix_minor_adjustments.yml <<EOF
|
|||||||
changed_when: keystone_cmd_chown.rc == 0
|
changed_when: keystone_cmd_chown.rc == 0
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat > /tmp/config-fix.py <<EOF
|
|
||||||
#!/usr/bin/env python
|
|
||||||
import sys
|
|
||||||
|
|
||||||
"""Absolute path for bind mounts
|
|
||||||
|
|
||||||
This is a simple single function script that was created to allow for a user
|
|
||||||
to upgrade / fix bind mounts within an environment which may be using newer
|
|
||||||
versions of LXC / LXD with cgroups/cgroupmanager that may require it.
|
|
||||||
"""
|
|
||||||
|
|
||||||
|
|
||||||
def main(config_file='config'):
|
|
||||||
"""Run the main method.
|
|
||||||
|
|
||||||
:param config_file: config file to munge
|
|
||||||
:type config_file: ``str``
|
|
||||||
"""
|
|
||||||
print('Working on file [ %s ]' % config_file)
|
|
||||||
with open(config_file) as f:
|
|
||||||
config_lines = f.readlines()
|
|
||||||
|
|
||||||
# List mounts and index them
|
|
||||||
bind_mounts = [
|
|
||||||
(i, config_lines.index(i)) for i in config_lines
|
|
||||||
if i.startswith('lxc.mount.entry')
|
|
||||||
if 'bind' in i
|
|
||||||
]
|
|
||||||
|
|
||||||
changed = False
|
|
||||||
for mount in bind_mounts:
|
|
||||||
var, option = mount[0].split('=', 1)
|
|
||||||
option = option.strip().split()
|
|
||||||
|
|
||||||
if not option[1].startswith('/'):
|
|
||||||
changed = True
|
|
||||||
option[1] = '/%s' % option[1]
|
|
||||||
config_lines[mount[1]] = '%s = %s\n' % (
|
|
||||||
var.strip(),
|
|
||||||
' '.join(option)
|
|
||||||
)
|
|
||||||
|
|
||||||
# rewrite the config
|
|
||||||
if changed:
|
|
||||||
with open(config_file, 'w') as f:
|
|
||||||
f.writelines(config_lines)
|
|
||||||
print('File [ %s ] has been changed.' % config_file)
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
main(config_file=sys.argv[1])
|
|
||||||
EOF
|
|
||||||
|
|
||||||
# Make the config-fix.py script executable.
|
|
||||||
chmod +x /tmp/config-fix.py
|
|
||||||
|
|
||||||
# Create a play to fix host things
|
# Create a play to fix host things
|
||||||
cat > /tmp/fix_host_things.yml <<EOF
|
cat > /tmp/fix_host_things.yml <<EOF
|
||||||
- name: Fix host things
|
- name: Fix host things
|
||||||
@@ -446,9 +391,6 @@ cat > /tmp/fix_host_things.yml <<EOF
|
|||||||
state: "absent"
|
state: "absent"
|
||||||
regexp: "^lxc.network"
|
regexp: "^lxc.network"
|
||||||
with_items: containers.stdout_lines
|
with_items: containers.stdout_lines
|
||||||
- name: Fix relative bind mounts
|
|
||||||
script: "/tmp/config-fix.py /var/lib/lxc/{{ item }}/config"
|
|
||||||
with_items: containers.stdout_lines
|
|
||||||
- name: Remove add_network_interface.conf entry
|
- name: Remove add_network_interface.conf entry
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: "/var/lib/lxc/{{ item }}/config"
|
dest: "/var/lib/lxc/{{ item }}/config"
|
||||||
@@ -572,7 +514,6 @@ pushd playbooks
|
|||||||
openstack-ansible /tmp/fix_host_things.yml
|
openstack-ansible /tmp/fix_host_things.yml
|
||||||
# Remove fix host things play
|
# Remove fix host things play
|
||||||
rm /tmp/fix_host_things.yml
|
rm /tmp/fix_host_things.yml
|
||||||
rm /tmp/config-fix.py
|
|
||||||
|
|
||||||
# Run the fix for container networks. Forces True as containers may not exist at this point
|
# Run the fix for container networks. Forces True as containers may not exist at this point
|
||||||
openstack-ansible /tmp/fix_container_interfaces.yml || true
|
openstack-ansible /tmp/fix_container_interfaces.yml || true
|
||||||
|
|||||||
Reference in New Issue
Block a user