Merge "Fix trailing slashes in bind-mounts and linting" into stable/wallaby

This commit is contained in:
Zuul 2022-12-05 13:43:32 +00:00 committed by Gerrit Code Review
commit 957cb5def0
20 changed files with 106 additions and 74 deletions

View File

@ -358,7 +358,7 @@ outputs:
- - 'ro' - - 'ro'
- /lib/modules:/lib/modules:ro - /lib/modules:/lib/modules:ro
- /dev:/dev - /dev:/dev
- /run/:/run/ - /run:/run
- /sys:/sys - /sys:/sys
- /var/lib/cinder:/var/lib/cinder:z - /var/lib/cinder:/var/lib/cinder:z
- /var/lib/iscsi:/var/lib/iscsi:z - /var/lib/iscsi:/var/lib/iscsi:z
@ -404,7 +404,7 @@ outputs:
- - '/var/lib/kolla/config_files/src-ceph' - - '/var/lib/kolla/config_files/src-ceph'
- - 'ro' - - 'ro'
- /dev:/dev - /dev:/dev
- /run/:/run/ - /run:/run
- /sys:/sys - /sys:/sys
- /lib/modules:/lib/modules:ro - /lib/modules:/lib/modules:ro
- /var/lib/cinder:/var/lib/cinder:z - /var/lib/cinder:/var/lib/cinder:z

View File

@ -254,7 +254,7 @@ outputs:
config_image: *mysql_config_image config_image: *mysql_config_image
volumes: volumes:
list_concat: list_concat:
- - /var/lib/mysql:/var/lib/mysql/:rw - - /var/lib/mysql:/var/lib/mysql:rw
- /var/log/containers/mysql:/var/log/mariadb - /var/log/containers/mysql:/var/log/mariadb
- /var/lib/config-data/puppet-generated/mysql/root:/root:rw #provides .my.cnf for puppet, changed on password update - /var/lib/config-data/puppet-generated/mysql/root:/root:rw #provides .my.cnf for puppet, changed on password update
- if: - if:

View File

@ -141,7 +141,7 @@ outputs:
- /var/lib/config-data/puppet-generated/multipathd:/var/lib/kolla/config_files/src:ro - /var/lib/config-data/puppet-generated/multipathd:/var/lib/kolla/config_files/src:ro
- /etc/iscsi:/var/lib/kolla/config_files/src-iscsid:ro - /etc/iscsi:/var/lib/kolla/config_files/src-iscsid:ro
- /dev:/dev - /dev:/dev
- /run/:/run/ - /run:/run
- /sys:/sys - /sys:/sys
- /lib/modules:/lib/modules:ro - /lib/modules:/lib/modules:ro
- /var/lib/iscsi:/var/lib/iscsi:z - /var/lib/iscsi:/var/lib/iscsi:z

View File

@ -51,7 +51,7 @@ outputs:
test: '[ -p /var/log/httpd/error_log ]' test: '[ -p /var/log/httpd/error_log ]'
command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/error_log && mkfifo /var/log/httpd/error_log && while true; do cat /var/log/httpd/error_log; done'] command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/error_log && mkfifo /var/log/httpd/error_log && while true; do cat /var/log/httpd/error_log; done']
volumes: volumes:
- BarbicanApiLogs:/var/log/ - BarbicanApiLogs:/var/log
barbican_api_apache_access_logs: barbican_api_apache_access_logs:
start_order: 1 start_order: 1
image: {get_attr: [RoleParametersValue, value, ContainerBarbicanApiImage]} image: {get_attr: [RoleParametersValue, value, ContainerBarbicanApiImage]}
@ -62,7 +62,7 @@ outputs:
test: '[ -p /var/log/httpd/access.log ]' test: '[ -p /var/log/httpd/access.log ]'
command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/access.log && mkfifo /var/log/httpd/access.log && while true; do cat /var/log/httpd/access.log; done'] command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/access.log && mkfifo /var/log/httpd/access.log && while true; do cat /var/log/httpd/access.log; done']
volumes: volumes:
- BarbicanApiLogs:/var/log/ - BarbicanApiLogs:/var/log
barbican_api_logs: barbican_api_logs:
start_order: 2 start_order: 2
image: {get_attr: [RoleParametersValue, value, ContainerBarbicanApiImage]} image: {get_attr: [RoleParametersValue, value, ContainerBarbicanApiImage]}
@ -73,11 +73,11 @@ outputs:
test: '[ -p /var/log/barbican/main.log ]' test: '[ -p /var/log/barbican/main.log ]'
command: ['/bin/bash', '-c', 'mkdir -p /var/log/barbican && rm -f /var/log/barbican/main.log && mkfifo /var/log/barbican/main.log && while true; do cat /var/log/barbican/main.log; done'] command: ['/bin/bash', '-c', 'mkdir -p /var/log/barbican && rm -f /var/log/barbican/main.log && mkfifo /var/log/barbican/main.log && while true; do cat /var/log/barbican/main.log; done']
volumes: volumes:
- BarbicanApiLogs:/var/log/ - BarbicanApiLogs:/var/log
volumes: volumes:
description: The volumes needed to log to stdout or a sidecar container. description: The volumes needed to log to stdout or a sidecar container.
value: value:
- BarbicanApiLogs:/var/log/ - BarbicanApiLogs:/var/log
host_prep_tasks: host_prep_tasks:
description: Extra ansible tasks needed for logging to files in the host. description: Extra ansible tasks needed for logging to files in the host.
value: null value: null

View File

@ -45,13 +45,13 @@ outputs:
volumes: volumes:
- /var/lib/kolla/config_files/rsyslog_sidecar.json:/var/lib/kolla/config_files/config.json:ro - /var/lib/kolla/config_files/rsyslog_sidecar.json:/var/lib/kolla/config_files/config.json:ro
- /var/lib/config-data/puppet-generated/rsyslog_sidecar:/var/lib/kolla/config_files/src:ro - /var/lib/config-data/puppet-generated/rsyslog_sidecar:/var/lib/kolla/config_files/src:ro
- HAProxyLogs:/sockets/ - HAProxyLogs:/sockets
environment: environment:
KOLLA_CONFIG_STRATEGY: COPY_ALWAYS KOLLA_CONFIG_STRATEGY: COPY_ALWAYS
volumes: volumes:
description: The volumes needed to log to stdout or a sidecar container. description: The volumes needed to log to stdout or a sidecar container.
value: value:
- HAProxyLogs:/sockets/ - HAProxyLogs:/sockets
host_prep_tasks: host_prep_tasks:
description: Extra ansible tasks needed for logging to files in the host. description: Extra ansible tasks needed for logging to files in the host.
value: null value: null

View File

@ -48,7 +48,7 @@ outputs:
test: '[ -p /var/log/httpd/error_log ]' test: '[ -p /var/log/httpd/error_log ]'
command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/error_log && mkfifo /var/log/httpd/error_log && while true; do cat /var/log/httpd/error_log; done'] command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/error_log && mkfifo /var/log/httpd/error_log && while true; do cat /var/log/httpd/error_log; done']
volumes: volumes:
- HeatApiCfnLogs:/var/log/ - HeatApiCfnLogs:/var/log
heat_api_cfn_apache_access_logs: heat_api_cfn_apache_access_logs:
start_order: 1 start_order: 1
image: {get_attr: [RoleParametersValue, value, ContainerHeatApiCfnImage]} image: {get_attr: [RoleParametersValue, value, ContainerHeatApiCfnImage]}
@ -59,7 +59,7 @@ outputs:
test: '[ -p /var/log/httpd/access.log ]' test: '[ -p /var/log/httpd/access.log ]'
command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/access.log && mkfifo /var/log/httpd/access.log && while true; do cat /var/log/httpd/access.log; done'] command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/access.log && mkfifo /var/log/httpd/access.log && while true; do cat /var/log/httpd/access.log; done']
volumes: volumes:
- HeatApiCfnLogs:/var/log/ - HeatApiCfnLogs:/var/log
heat_api_cfn_logs: heat_api_cfn_logs:
start_order: 2 start_order: 2
image: {get_attr: [RoleParametersValue, value, ContainerHeatApiCfnImage]} image: {get_attr: [RoleParametersValue, value, ContainerHeatApiCfnImage]}
@ -70,11 +70,11 @@ outputs:
test: '[ -p /var/log/heat/heat_api_cfn.log ]' test: '[ -p /var/log/heat/heat_api_cfn.log ]'
command: ['/bin/bash', '-c', 'mkdir -p /var/log/heat && rm -f /var/log/heat/heat_api_cfn.log && mkfifo /var/log/heat/heat_api_cfn.log && while true; do cat /var/log/heat/heat_api_cfn.log; done'] command: ['/bin/bash', '-c', 'mkdir -p /var/log/heat && rm -f /var/log/heat/heat_api_cfn.log && mkfifo /var/log/heat/heat_api_cfn.log && while true; do cat /var/log/heat/heat_api_cfn.log; done']
volumes: volumes:
- HeatApiCfnLogs:/var/log/ - HeatApiCfnLogs:/var/log
volumes: volumes:
description: The volumes needed to log to stdout or a sidecar container. description: The volumes needed to log to stdout or a sidecar container.
value: value:
- HeatApiCfnLogs:/var/log/ - HeatApiCfnLogs:/var/log
host_prep_tasks: host_prep_tasks:
description: Extra ansible tasks needed for logging to files in the host. description: Extra ansible tasks needed for logging to files in the host.
value: null value: null

View File

@ -48,7 +48,7 @@ outputs:
test: '[ -p /var/log/httpd/error_log ]' test: '[ -p /var/log/httpd/error_log ]'
command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/error_log && mkfifo /var/log/httpd/error_log && while true; do cat /var/log/httpd/error_log; done'] command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/error_log && mkfifo /var/log/httpd/error_log && while true; do cat /var/log/httpd/error_log; done']
volumes: volumes:
- HeatApiLogs:/var/log/ - HeatApiLogs:/var/log
heat_api_apache_access_logs: heat_api_apache_access_logs:
start_order: 1 start_order: 1
image: {get_attr: [RoleParametersValue, value, ContainerHeatApiImage]} image: {get_attr: [RoleParametersValue, value, ContainerHeatApiImage]}
@ -59,7 +59,7 @@ outputs:
test: '[ -p /var/log/httpd/access.log ]' test: '[ -p /var/log/httpd/access.log ]'
command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/access.log && mkfifo /var/log/httpd/access.log && while true; do cat /var/log/httpd/access.log; done'] command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/access.log && mkfifo /var/log/httpd/access.log && while true; do cat /var/log/httpd/access.log; done']
volumes: volumes:
- HeatApiLogs:/var/log/ - HeatApiLogs:/var/log
heat_api_logs: heat_api_logs:
start_order: 2 start_order: 2
image: {get_attr: [RoleParametersValue, value, ContainerHeatApiImage]} image: {get_attr: [RoleParametersValue, value, ContainerHeatApiImage]}
@ -70,11 +70,11 @@ outputs:
test: '[ -p /var/log/heat/heat_api.log ]' test: '[ -p /var/log/heat/heat_api.log ]'
command: ['/bin/bash', '-c', 'mkdir -p /var/log/heat && rm -f /var/log/heat/heat_api.log && mkfifo /var/log/heat/heat_api.log && while true; do cat /var/log/heat/heat_api.log; done'] command: ['/bin/bash', '-c', 'mkdir -p /var/log/heat && rm -f /var/log/heat/heat_api.log && mkfifo /var/log/heat/heat_api.log && while true; do cat /var/log/heat/heat_api.log; done']
volumes: volumes:
- HeatApiLogs:/var/log/ - HeatApiLogs:/var/log
volumes: volumes:
description: The volumes needed to log to stdout or a sidecar container. description: The volumes needed to log to stdout or a sidecar container.
value: value:
- HeatApiLogs:/var/log/ - HeatApiLogs:/var/log
host_prep_tasks: host_prep_tasks:
description: Extra ansible tasks needed for logging to files in the host. description: Extra ansible tasks needed for logging to files in the host.
value: null value: null

View File

@ -48,7 +48,7 @@ outputs:
test: '[ -p /var/log/httpd/error_log ]' test: '[ -p /var/log/httpd/error_log ]'
command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/error_log && mkfifo /var/log/httpd/error_log && while true; do cat /var/log/httpd/error_log; done'] command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/error_log && mkfifo /var/log/httpd/error_log && while true; do cat /var/log/httpd/error_log; done']
volumes: volumes:
- KeystoneLogs:/var/log/ - KeystoneLogs:/var/log
keystone_apache_access_logs: keystone_apache_access_logs:
start_order: 1 start_order: 1
image: {get_attr: [RoleParametersValue, value, ContainerKeystoneImage]} image: {get_attr: [RoleParametersValue, value, ContainerKeystoneImage]}
@ -59,7 +59,7 @@ outputs:
test: '[ -p /var/log/httpd/access.log ]' test: '[ -p /var/log/httpd/access.log ]'
command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/access.log && mkfifo /var/log/httpd/access.log && while true; do cat /var/log/httpd/access.log; done'] command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/access.log && mkfifo /var/log/httpd/access.log && while true; do cat /var/log/httpd/access.log; done']
volumes: volumes:
- KeystoneLogs:/var/log/ - KeystoneLogs:/var/log
keystone_logs: keystone_logs:
start_order: 2 start_order: 2
image: {get_attr: [RoleParametersValue, value, ContainerKeystoneImage]} image: {get_attr: [RoleParametersValue, value, ContainerKeystoneImage]}
@ -70,7 +70,7 @@ outputs:
test: '[ -p /var/log/keystone/keystone.log ]' test: '[ -p /var/log/keystone/keystone.log ]'
command: ['/bin/bash', '-c', 'mkdir -p /var/log/keystone && rm -f /var/log/keystone/keystone.log && mkfifo /var/log/keystone/keystone.log && while true; do cat /var/log/keystone/keystone.log; done'] command: ['/bin/bash', '-c', 'mkdir -p /var/log/keystone && rm -f /var/log/keystone/keystone.log && mkfifo /var/log/keystone/keystone.log && while true; do cat /var/log/keystone/keystone.log; done']
volumes: volumes:
- KeystoneLogs:/var/log/ - KeystoneLogs:/var/log
environment: environment:
description: Extra environment variables needed for the service to log to stdout. description: Extra environment variables needed for the service to log to stdout.
value: value:
@ -78,7 +78,7 @@ outputs:
volumes: volumes:
description: The volumes needed to log to stdout or a sidecar container. description: The volumes needed to log to stdout or a sidecar container.
value: value:
- KeystoneLogs:/var/log/ - KeystoneLogs:/var/log
host_prep_tasks: host_prep_tasks:
description: Extra ansible tasks needed for logging to files in the host. description: Extra ansible tasks needed for logging to files in the host.
value: null value: null

View File

@ -37,7 +37,7 @@ outputs:
volumes: volumes:
description: The volumes needed to log to stdout or a sidecar container. description: The volumes needed to log to stdout or a sidecar container.
value: value:
- NovaApiLogs:/var/log/ - NovaApiLogs:/var/log
docker_config: docker_config:
description: Extra containers needed for logging to stdout or a sidecar container. description: Extra containers needed for logging to stdout or a sidecar container.
value: value:
@ -52,7 +52,7 @@ outputs:
test: '[ -p /var/log/httpd/error_log ]' test: '[ -p /var/log/httpd/error_log ]'
command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/error_log && mkfifo /var/log/httpd/error_log && while true; do cat /var/log/httpd/error_log; done'] command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/error_log && mkfifo /var/log/httpd/error_log && while true; do cat /var/log/httpd/error_log; done']
volumes: volumes:
- NovaApiLogs:/var/log/ - NovaApiLogs:/var/log
nova_api_apache_access_logs: nova_api_apache_access_logs:
start_order: 1 start_order: 1
image: {get_attr: [RoleParametersValue, value, ContainerNovaApiImage]} image: {get_attr: [RoleParametersValue, value, ContainerNovaApiImage]}
@ -63,7 +63,7 @@ outputs:
test: '[ -p /var/log/httpd/access.log ]' test: '[ -p /var/log/httpd/access.log ]'
command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/access.log && mkfifo /var/log/httpd/access.log && while true; do cat /var/log/httpd/access.log; done'] command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/access.log && mkfifo /var/log/httpd/access.log && while true; do cat /var/log/httpd/access.log; done']
volumes: volumes:
- NovaApiLogs:/var/log/ - NovaApiLogs:/var/log
nova_api_logs: nova_api_logs:
start_order: 2 start_order: 2
image: {get_attr: [RoleParametersValue, value, ContainerNovaApiImage]} image: {get_attr: [RoleParametersValue, value, ContainerNovaApiImage]}
@ -74,7 +74,7 @@ outputs:
test: '[ -p /var/log/nova/nova-api.log ]' test: '[ -p /var/log/nova/nova-api.log ]'
command: ['/bin/bash', '-c', 'mkdir -p /var/log/nova && rm -f /var/log/nova/nova-api.log && mkfifo /var/log/nova/nova-api.log && while true; do cat /var/log/nova/nova-api.log; done'] command: ['/bin/bash', '-c', 'mkdir -p /var/log/nova && rm -f /var/log/nova/nova-api.log && mkfifo /var/log/nova/nova-api.log && while true; do cat /var/log/nova/nova-api.log; done']
volumes: volumes:
- NovaApiLogs:/var/log/ - NovaApiLogs:/var/log
host_prep_tasks: host_prep_tasks:
description: Extra ansible tasks needed for logging to files in the host. description: Extra ansible tasks needed for logging to files in the host.
value: null value: null

View File

@ -37,7 +37,7 @@ outputs:
volumes: volumes:
description: The volumes needed to log to stdout or a sidecar container. description: The volumes needed to log to stdout or a sidecar container.
value: value:
- NovaMetadataLogs:/var/log/ - NovaMetadataLogs:/var/log
docker_config: docker_config:
description: Extra containers needed for logging to stdout or a sidecar container. description: Extra containers needed for logging to stdout or a sidecar container.
value: value:
@ -52,7 +52,7 @@ outputs:
test: '[ -p /var/log/httpd/error_log ]' test: '[ -p /var/log/httpd/error_log ]'
command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/error_log && mkfifo /var/log/httpd/error_log && while true; do cat /var/log/httpd/error_log; done'] command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/error_log && mkfifo /var/log/httpd/error_log && while true; do cat /var/log/httpd/error_log; done']
volumes: volumes:
- NovaMetadataLogs:/var/log/ - NovaMetadataLogs:/var/log
nova_metadata_apache_access_logs: nova_metadata_apache_access_logs:
start_order: 1 start_order: 1
image: {get_attr: [RoleParametersValue, value, ContainerNovaMetadataImage]} image: {get_attr: [RoleParametersValue, value, ContainerNovaMetadataImage]}
@ -63,7 +63,7 @@ outputs:
test: '[ -p /var/log/httpd/access.log ]' test: '[ -p /var/log/httpd/access.log ]'
command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/access.log && mkfifo /var/log/httpd/access.log && while true; do cat /var/log/httpd/access.log; done'] command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/access.log && mkfifo /var/log/httpd/access.log && while true; do cat /var/log/httpd/access.log; done']
volumes: volumes:
- NovaMetadataLogs:/var/log/ - NovaMetadataLogs:/var/log
nova_metadata_logs: nova_metadata_logs:
start_order: 2 start_order: 2
image: {get_attr: [RoleParametersValue, value, ContainerNovaMetadataImage]} image: {get_attr: [RoleParametersValue, value, ContainerNovaMetadataImage]}
@ -74,7 +74,7 @@ outputs:
test: '[ -p /var/log/nova/nova-metadata-api.log ]' test: '[ -p /var/log/nova/nova-metadata-api.log ]'
command: ['/bin/bash', '-c', 'mkdir -p /var/log/nova && rm -f /var/log/nova/nova-metadata-api.log && mkfifo /var/log/nova/nova-metadata-api.log && while true; do cat /var/log/nova/nova-metadata-api.log; done'] command: ['/bin/bash', '-c', 'mkdir -p /var/log/nova && rm -f /var/log/nova/nova-metadata-api.log && mkfifo /var/log/nova/nova-metadata-api.log && while true; do cat /var/log/nova/nova-metadata-api.log; done']
volumes: volumes:
- NovaMetadataLogs:/var/log/ - NovaMetadataLogs:/var/log
host_prep_tasks: host_prep_tasks:
description: Extra ansible tasks needed for logging to files in the host. description: Extra ansible tasks needed for logging to files in the host.
value: null value: null

View File

@ -37,7 +37,7 @@ outputs:
volumes: volumes:
description: The volumes needed to log to stdout or a sidecar container. description: The volumes needed to log to stdout or a sidecar container.
value: value:
- PlacementLogs:/var/log/ - PlacementLogs:/var/log
docker_config: docker_config:
description: Extra containers needed for logging to stdout or a sidecar container. description: Extra containers needed for logging to stdout or a sidecar container.
value: value:
@ -52,7 +52,7 @@ outputs:
test: '[ -p /var/log/httpd/error_log ]' test: '[ -p /var/log/httpd/error_log ]'
command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/error_log && mkfifo /var/log/httpd/error_log && while true; do cat /var/log/httpd/error_log; done'] command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/error_log && mkfifo /var/log/httpd/error_log && while true; do cat /var/log/httpd/error_log; done']
volumes: volumes:
- PlacementLogs:/var/log/ - PlacementLogs:/var/log
placement_apache_access_logs: placement_apache_access_logs:
start_order: 1 start_order: 1
image: {get_attr: [RoleParametersValue, value, ContainerPlacementImage]} image: {get_attr: [RoleParametersValue, value, ContainerPlacementImage]}
@ -63,7 +63,7 @@ outputs:
test: '[ -p /var/log/httpd/access.log ]' test: '[ -p /var/log/httpd/access.log ]'
command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/access.log && mkfifo /var/log/httpd/access.log && while true; do cat /var/log/httpd/access.log; done'] command: ['/bin/bash', '-c', 'mkdir -p /var/log/httpd && rm -f /var/log/httpd/access.log && mkfifo /var/log/httpd/access.log && while true; do cat /var/log/httpd/access.log; done']
volumes: volumes:
- PlacementLogs:/var/log/ - PlacementLogs:/var/log
placement_logs: placement_logs:
start_order: 2 start_order: 2
image: {get_attr: [RoleParametersValue, value, ContainerPlacementImage]} image: {get_attr: [RoleParametersValue, value, ContainerPlacementImage]}
@ -74,7 +74,7 @@ outputs:
test: '[ -p /var/log/placement/placement-api.log ]' test: '[ -p /var/log/placement/placement-api.log ]'
command: ['/bin/bash', '-c', 'mkdir -p /var/log/placement && rm -f /var/log/placement/placement-api.log && mkfifo /var/log/placement/placement-api.log && while true; do cat /var/log/placement/placement-api.log; done'] command: ['/bin/bash', '-c', 'mkdir -p /var/log/placement && rm -f /var/log/placement/placement-api.log && mkfifo /var/log/placement/placement-api.log && while true; do cat /var/log/placement/placement-api.log; done']
volumes: volumes:
- PlacementLogs:/var/log/ - PlacementLogs:/var/log
host_prep_tasks: host_prep_tasks:
description: Extra ansible tasks needed for logging to files in the host. description: Extra ansible tasks needed for logging to files in the host.
value: null value: null

View File

@ -62,7 +62,7 @@ outputs:
- - '/var/lib/kolla/config_files/src-ceph' - - '/var/lib/kolla/config_files/src-ceph'
- - 'ro' - - 'ro'
- /dev:/dev - /dev:/dev
- /run/:/run/ - /run:/run
- /sys:/sys - /sys:/sys
- /lib/modules:/lib/modules:ro - /lib/modules:/lib/modules:ro
- /var/lib/manila:/var/lib/manila:z - /var/lib/manila:/var/lib/manila:z

View File

@ -428,7 +428,7 @@ outputs:
- /var/lib/containers/storage/overlay-containers:/var/lib/containers/storage/overlay-containers:ro - /var/lib/containers/storage/overlay-containers:/var/lib/containers/storage/overlay-containers:ro
- /var/lib/config-data/ansible-generated/collectd:/var/lib/kolla/config_files/src:ro - /var/lib/config-data/ansible-generated/collectd:/var/lib/kolla/config_files/src:ro
- /var/log/containers/collectd:/var/log/collectd:rw,z - /var/log/containers/collectd:/var/log/collectd:rw,z
- /var/run/:/var/run:rw - /var/run:/var/run:rw
- /sys/fs/cgroup:/sys/fs/cgroup:ro - /sys/fs/cgroup:/sys/fs/cgroup:ro
environment: environment:
KOLLA_CONFIG_STRATEGY: COPY_ALWAYS KOLLA_CONFIG_STRATEGY: COPY_ALWAYS

View File

@ -379,7 +379,7 @@ outputs:
- -
if: if:
- docker_puppet_mount_host - docker_puppet_mount_host
- /usr/share/openstack-puppet/modules/:/usr/share/openstack-puppet/modules/:ro - /usr/share/openstack-puppet/modules:/usr/share/openstack-puppet/modules:ro
- '' - ''
environment: environment:
KOLLA_CONFIG_STRATEGY: COPY_ALWAYS KOLLA_CONFIG_STRATEGY: COPY_ALWAYS

View File

@ -1427,7 +1427,7 @@ outputs:
- /var/lib/kolla/config_files/nova_compute_wait_for_compute_service.json:/var/lib/kolla/config_files/config.json:ro - /var/lib/kolla/config_files/nova_compute_wait_for_compute_service.json:/var/lib/kolla/config_files/config.json:ro
- /var/lib/config-data/puppet-generated/nova_libvirt:/var/lib/kolla/config_files/src:ro - /var/lib/config-data/puppet-generated/nova_libvirt:/var/lib/kolla/config_files/src:ro
- /var/log/containers/nova:/var/log/nova - /var/log/containers/nova:/var/log/nova
- /var/lib/container-config-scripts/:/container-config-scripts/ - /var/lib/container-config-scripts:/container-config-scripts
user: nova user: nova
environment: environment:
KOLLA_CONFIG_STRATEGY: COPY_ALWAYS KOLLA_CONFIG_STRATEGY: COPY_ALWAYS

View File

@ -384,7 +384,7 @@ outputs:
step_config: 'include tripleo::profile::base::rabbitmq' step_config: 'include tripleo::profile::base::rabbitmq'
config_image: *rabbitmq_config_image config_image: *rabbitmq_config_image
volumes: volumes:
- /var/lib/config-data/puppet-generated/rabbitmq/etc/rabbitmq/:/etc/rabbitmq/:ro - /var/lib/config-data/puppet-generated/rabbitmq/etc/rabbitmq:/etc/rabbitmq:ro
- /var/lib/rabbitmq:/var/lib/rabbitmq - /var/lib/rabbitmq:/var/lib/rabbitmq
metadata_settings: metadata_settings:
if: if:

View File

@ -277,7 +277,7 @@ outputs:
step_config: 'include tripleo::profile::base::rabbitmq' step_config: 'include tripleo::profile::base::rabbitmq'
config_image: *rabbitmq_config_image config_image: *rabbitmq_config_image
volumes: volumes:
- /var/lib/config-data/puppet-generated/rabbitmq/etc/rabbitmq/:/etc/rabbitmq/:ro - /var/lib/config-data/puppet-generated/rabbitmq/etc/rabbitmq:/etc/rabbitmq:ro
- /var/lib/rabbitmq:/var/lib/rabbitmq:z - /var/lib/rabbitmq:/var/lib/rabbitmq:z
metadata_settings: metadata_settings:
if: if:

View File

@ -277,7 +277,7 @@ outputs:
step_config: 'include tripleo::profile::base::rabbitmq' step_config: 'include tripleo::profile::base::rabbitmq'
config_image: *rabbitmq_config_image config_image: *rabbitmq_config_image
volumes: volumes:
- /var/lib/config-data/puppet-generated/rabbitmq/etc/rabbitmq/:/etc/rabbitmq/:ro - /var/lib/config-data/puppet-generated/rabbitmq/etc/rabbitmq:/etc/rabbitmq:ro
- /var/lib/rabbitmq:/var/lib/rabbitmq:z - /var/lib/rabbitmq:/var/lib/rabbitmq:z
metadata_settings: metadata_settings:
if: if:

View File

@ -179,7 +179,7 @@ outputs:
list_concat: list_concat:
- {get_attr: [ContainersCommon, volumes]} - {get_attr: [ContainersCommon, volumes]}
- -
- /run/:/run/ - /run:/run
- /var/lib/kolla/config_files/unbound.json:/var/lib/kolla/config_files/config.json:ro - /var/lib/kolla/config_files/unbound.json:/var/lib/kolla/config_files/config.json:ro
- /var/log/containers/unbound:/var/log/unbound:z - /var/log/containers/unbound:/var/log/unbound:z
- /var/lib/config-data/ansible-generated/unbound:/var/lib/kolla/config_files/src:ro - /var/lib/config-data/ansible-generated/unbound:/var/lib/kolla/config_files/src:ro

View File

@ -696,6 +696,17 @@ def validate_docker_service_mysql_usage(filename, tpl):
return 0 return 0
def validate_common_service(filename, tpl):
# NOTE(bogdando): it doesn't always detect volumes in Heat funcs, like:
# <func>: [{<func>: [FooCommon, volumes]}, [<listed_volumes>]]
if 'outputs' not in tpl:
print('ERROR: missing outputs for filename: %s' % filename)
return 1
if validate_ct_volumes(tpl['outputs']):
return 1
return 0
def validate_docker_service(filename, tpl): def validate_docker_service(filename, tpl):
if 'outputs' in tpl and 'role_data' in tpl['outputs']: if 'outputs' in tpl and 'role_data' in tpl['outputs']:
if 'value' not in tpl['outputs']['role_data']: if 'value' not in tpl['outputs']['role_data']:
@ -703,6 +714,10 @@ def validate_docker_service(filename, tpl):
% filename) % filename)
return 1 return 1
role_data = tpl['outputs']['role_data']['value'] role_data = tpl['outputs']['role_data']['value']
if validate_ct_volumes(role_data):
return 1
if list(role_data.keys()) == ['map_merge']: if list(role_data.keys()) == ['map_merge']:
merged_role_data = {} merged_role_data = {}
for part in role_data['map_merge']: for part in role_data['map_merge']:
@ -764,8 +779,6 @@ def validate_docker_service(filename, tpl):
print('ERROR: %s should not be in puppet_config section.' print('ERROR: %s should not be in puppet_config section.'
% key) % key)
return 1 return 1
if validate_ct_volumes(puppet_config.get('volumes')):
return 1
for key in REQUIRED_DOCKER_PUPPET_CONFIG_SECTIONS: for key in REQUIRED_DOCKER_PUPPET_CONFIG_SECTIONS:
if key not in puppet_config: if key not in puppet_config:
print('ERROR: %s is required in puppet_config for %s.' print('ERROR: %s is required in puppet_config for %s.'
@ -803,8 +816,6 @@ def validate_docker_service(filename, tpl):
print('ERROR: bootstrap_host_exec needs to run ' print('ERROR: bootstrap_host_exec needs to run '
'as the root user.') 'as the root user.')
return 1 return 1
if validate_ct_volumes(container.get('volumes')):
return 1
if 'upgrade_tasks' in role_data and role_data['upgrade_tasks']: if 'upgrade_tasks' in role_data and role_data['upgrade_tasks']:
if (validate_upgrade_tasks(role_data['upgrade_tasks']) or if (validate_upgrade_tasks(role_data['upgrade_tasks']) or
@ -821,36 +832,53 @@ def validate_docker_service(filename, tpl):
return 0 return 0
def validate_ct_volumes(volumes): def validate_ct_volumes(data):
'''Ensure we don't have any trailing "/" in the volume''' '''Ensure we don't have any trailing "/" in data for volumes'''
if not volumes: def check_volumes(volumes):
return 0 if not volumes:
if isinstance(volumes, list):
# Plain list without much complications
for vol in volumes:
if isinstance(vol, dict):
# Avoid 'if'
continue
vol_def = vol.split(':')
if vol_def[0][-1] == '/' or vol_def[1][-1] == '/':
print('ERROR: trailing "/" detected for {}'.format(vol))
return 1
return 0
ret = 0
if isinstance(volumes, dict):
# We probably face a list_concat thing. Clean and re-run!
# First avoid the get_attr.
if 'get_attr' in list(volumes.keys()):
return 0 return 0
if 'list_concat' in list(volumes.keys()): result = 0
for vol in volumes['list_concat']: if isinstance(volumes, list):
for vol in volumes:
if isinstance(vol, dict): if isinstance(vol, dict):
# Avoid 'if', 'get_*' etc
continue continue
ret += validate_ct_volumes(vol) elif isinstance(vol, list):
return ret for item in vol:
print('ERROR: unknown "volumes" type: {}'.format(volumes)) result += check_volumes(item)
return 1 elif isinstance(vol, str):
vol_def = vol.split(':')
try:
if vol_def[0][-1] == '/' or vol_def[1][-1] == '/':
print('ERROR: trailing "/" detected'
' for {}'.format(vol))
return 1
except IndexError:
# Not a volume definition, ignore it
continue
elif isinstance(volumes, dict):
# Step into 'list_concat', 'map_*' etc.
for item in volumes.values():
result += check_volumes(item)
return result
if not data:
return 0
result = 0
for _, item in enumerate(data):
if isinstance(data[item], dict):
if 'volumes' not in data[item]:
result += validate_ct_volumes(data[item])
else:
result += check_volumes(data[item]['volumes'])
elif isinstance(item, list):
if 'volumes' not in item:
result += validate_ct_volumes(item)
else:
result += check_volumes(item.index('volumes'))
else:
continue
return result
def validate_docker_logging_template(filename, tpl): def validate_docker_logging_template(filename, tpl):
@ -864,6 +892,8 @@ def validate_docker_logging_template(filename, tpl):
print('ERROR: The file %s is missing the following output(s):' print('ERROR: The file %s is missing the following output(s):'
' %s' % (filename, ', '.join(missing_entries))) ' %s' % (filename, ', '.join(missing_entries)))
return 1 return 1
if validate_ct_volumes(tpl['outputs']):
return 1
return 0 return 0
@ -1205,9 +1235,11 @@ def validate(filename, param_map):
if re.search(r'^\.\/deployment\/logging\/(files|stdout)\/', filename): if re.search(r'^\.\/deployment\/logging\/(files|stdout)\/', filename):
retval |= validate_docker_logging_template(filename, tpl) retval |= validate_docker_logging_template(filename, tpl)
elif VALIDATE_DOCKER_OVERRIDE.get(filename, False) or ( elif VALIDATE_DOCKER_OVERRIDE.get(filename, False) or (
re.search(r'^\.\/deployment\/.+-container-puppet.yaml$', filename) and re.search(r'^\.\/deployment\/.+-container(-puppet)*.yaml$', filename) and
VALIDATE_DOCKER_OVERRIDE.get(filename, True)): VALIDATE_DOCKER_OVERRIDE.get(filename, True)):
retval |= validate_docker_service(filename, tpl) retval |= validate_docker_service(filename, tpl)
elif re.search(r'^\.\/deployment\/.+-common.*.yaml$', filename):
retval |= validate_common_service(filename, tpl)
if filename.endswith('hyperconverged-ceph.yaml'): if filename.endswith('hyperconverged-ceph.yaml'):
retval |= validate_hci_compute_services_default(filename, tpl) retval |= validate_hci_compute_services_default(filename, tpl)