From 8c98c878855297dc248587135f9165a6360a11d3 Mon Sep 17 00:00:00 2001 From: Weezer Su Date: Thu, 29 Jun 2017 14:20:12 -0500 Subject: [PATCH] Fix a typo in all seed files the auto reboot config should be d-i finish-install/reboot_in_progress note not finish-install finish-install/reboot_in_progress note Change-Id: Id8e44de5e6376bb576115b0eeca49dc04edf8ed8 --- .../templates/ubuntu-server-16.04-unattended-cinder.seed.j2 | 2 +- .../templates/ubuntu-server-16.04-unattended-infra.seed.j2 | 2 +- .../templates/ubuntu-server-16.04-unattended-logging.seed.j2 | 2 +- .../templates/ubuntu-server-16.04-unattended-network.seed.j2 | 2 +- .../ubuntu-server-16.04-unattended-nova_compute.seed.j2 | 2 +- .../templates/ubuntu-server-16.04-unattended-swift.seed.j2 | 2 +- multi-node-aio/deploy-vms.sh | 2 +- .../ubuntu-server-14.04-unattended-cobbler-cinder.seed | 2 +- .../ubuntu-server-14.04-unattended-cobbler-deploy.seed | 2 +- .../pre-seeds/ubuntu-server-14.04-unattended-cobbler-infra.seed | 2 +- .../ubuntu-server-14.04-unattended-cobbler-logging.seed | 2 +- .../ubuntu-server-14.04-unattended-cobbler-network.seed | 2 +- .../ubuntu-server-14.04-unattended-cobbler-nova_compute.seed | 2 +- .../pre-seeds/ubuntu-server-14.04-unattended-cobbler-swift.seed | 2 +- .../ubuntu-server-16.04-unattended-cobbler-cinder.seed | 2 +- .../ubuntu-server-16.04-unattended-cobbler-deploy.seed | 2 +- .../pre-seeds/ubuntu-server-16.04-unattended-cobbler-infra.seed | 2 +- .../ubuntu-server-16.04-unattended-cobbler-logging.seed | 2 +- .../ubuntu-server-16.04-unattended-cobbler-network.seed | 2 +- .../ubuntu-server-16.04-unattended-cobbler-nova_compute.seed | 2 +- .../pre-seeds/ubuntu-server-16.04-unattended-cobbler-swift.seed | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/multi-node-aio-xenial-ansible/roles/tftpboot_configure/templates/ubuntu-server-16.04-unattended-cinder.seed.j2 b/multi-node-aio-xenial-ansible/roles/tftpboot_configure/templates/ubuntu-server-16.04-unattended-cinder.seed.j2 index f7ed3dad..ed837668 100644 --- a/multi-node-aio-xenial-ansible/roles/tftpboot_configure/templates/ubuntu-server-16.04-unattended-cinder.seed.j2 +++ b/multi-node-aio-xenial-ansible/roles/tftpboot_configure/templates/ubuntu-server-16.04-unattended-cinder.seed.j2 @@ -270,4 +270,4 @@ d-i preseed/late_command string \ ############# # Reboot after the install is finished. -finish-install finish-install/reboot_in_progress note +d-i finish-install/reboot_in_progress note diff --git a/multi-node-aio-xenial-ansible/roles/tftpboot_configure/templates/ubuntu-server-16.04-unattended-infra.seed.j2 b/multi-node-aio-xenial-ansible/roles/tftpboot_configure/templates/ubuntu-server-16.04-unattended-infra.seed.j2 index 270cb79a..523d6d57 100644 --- a/multi-node-aio-xenial-ansible/roles/tftpboot_configure/templates/ubuntu-server-16.04-unattended-infra.seed.j2 +++ b/multi-node-aio-xenial-ansible/roles/tftpboot_configure/templates/ubuntu-server-16.04-unattended-infra.seed.j2 @@ -264,4 +264,4 @@ d-i preseed/late_command string \ ############# # Reboot after the install is finished. -finish-install finish-install/reboot_in_progress note +d-i finish-install/reboot_in_progress note diff --git a/multi-node-aio-xenial-ansible/roles/tftpboot_configure/templates/ubuntu-server-16.04-unattended-logging.seed.j2 b/multi-node-aio-xenial-ansible/roles/tftpboot_configure/templates/ubuntu-server-16.04-unattended-logging.seed.j2 index c9215147..12661e55 100644 --- a/multi-node-aio-xenial-ansible/roles/tftpboot_configure/templates/ubuntu-server-16.04-unattended-logging.seed.j2 +++ b/multi-node-aio-xenial-ansible/roles/tftpboot_configure/templates/ubuntu-server-16.04-unattended-logging.seed.j2 @@ -264,4 +264,4 @@ d-i preseed/late_command string \ ############# # Reboot after the install is finished. -finish-install finish-install/reboot_in_progress note +d-i finish-install/reboot_in_progress note diff --git a/multi-node-aio-xenial-ansible/roles/tftpboot_configure/templates/ubuntu-server-16.04-unattended-network.seed.j2 b/multi-node-aio-xenial-ansible/roles/tftpboot_configure/templates/ubuntu-server-16.04-unattended-network.seed.j2 index 9c0596d1..46a4d861 100644 --- a/multi-node-aio-xenial-ansible/roles/tftpboot_configure/templates/ubuntu-server-16.04-unattended-network.seed.j2 +++ b/multi-node-aio-xenial-ansible/roles/tftpboot_configure/templates/ubuntu-server-16.04-unattended-network.seed.j2 @@ -264,4 +264,4 @@ d-i preseed/late_command string \ ############# # Reboot after the install is finished. -finish-install finish-install/reboot_in_progress note +d-i finish-install/reboot_in_progress note diff --git a/multi-node-aio-xenial-ansible/roles/tftpboot_configure/templates/ubuntu-server-16.04-unattended-nova_compute.seed.j2 b/multi-node-aio-xenial-ansible/roles/tftpboot_configure/templates/ubuntu-server-16.04-unattended-nova_compute.seed.j2 index 7f58cee9..9adf11ba 100644 --- a/multi-node-aio-xenial-ansible/roles/tftpboot_configure/templates/ubuntu-server-16.04-unattended-nova_compute.seed.j2 +++ b/multi-node-aio-xenial-ansible/roles/tftpboot_configure/templates/ubuntu-server-16.04-unattended-nova_compute.seed.j2 @@ -272,4 +272,4 @@ d-i preseed/late_command string \ ############# # Reboot after the install is finished. -finish-install finish-install/reboot_in_progress note +d-i finish-install/reboot_in_progress note diff --git a/multi-node-aio-xenial-ansible/roles/tftpboot_configure/templates/ubuntu-server-16.04-unattended-swift.seed.j2 b/multi-node-aio-xenial-ansible/roles/tftpboot_configure/templates/ubuntu-server-16.04-unattended-swift.seed.j2 index 8288b74a..a8c100ca 100644 --- a/multi-node-aio-xenial-ansible/roles/tftpboot_configure/templates/ubuntu-server-16.04-unattended-swift.seed.j2 +++ b/multi-node-aio-xenial-ansible/roles/tftpboot_configure/templates/ubuntu-server-16.04-unattended-swift.seed.j2 @@ -288,4 +288,4 @@ d-i preseed/late_command string \ ############# # Reboot after the install is finished. -finish-install finish-install/reboot_in_progress note +d-i finish-install/reboot_in_progress note diff --git a/multi-node-aio/deploy-vms.sh b/multi-node-aio/deploy-vms.sh index 3afa5e1a..ebec2045 100755 --- a/multi-node-aio/deploy-vms.sh +++ b/multi-node-aio/deploy-vms.sh @@ -102,4 +102,4 @@ _complete_hosts () { complete -F _complete_hosts host complete -F _complete_hosts ssh ' | ssh -o StrictHostKeyChecking=no 10.0.0.${node#*":"} "cat >> /root/.bashrc" -done \ No newline at end of file +done diff --git a/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-cinder.seed b/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-cinder.seed index 397fe474..47eac3fa 100644 --- a/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-cinder.seed +++ b/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-cinder.seed @@ -293,4 +293,4 @@ d-i preseed/late_command string \ ############# # Reboot after the install is finished. -finish-install finish-install/reboot_in_progress note +d-i finish-install/reboot_in_progress note \ No newline at end of file diff --git a/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-deploy.seed b/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-deploy.seed index 397fe474..47eac3fa 100644 --- a/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-deploy.seed +++ b/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-deploy.seed @@ -293,4 +293,4 @@ d-i preseed/late_command string \ ############# # Reboot after the install is finished. -finish-install finish-install/reboot_in_progress note +d-i finish-install/reboot_in_progress note \ No newline at end of file diff --git a/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-infra.seed b/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-infra.seed index 230444f2..d06e4251 100644 --- a/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-infra.seed +++ b/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-infra.seed @@ -287,4 +287,4 @@ d-i preseed/late_command string \ ############# # Reboot after the install is finished. -finish-install finish-install/reboot_in_progress note +d-i finish-install/reboot_in_progress note diff --git a/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-logging.seed b/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-logging.seed index 2ee42788..858f6e24 100644 --- a/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-logging.seed +++ b/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-logging.seed @@ -288,4 +288,4 @@ d-i preseed/late_command string \ ############# # Reboot after the install is finished. -finish-install finish-install/reboot_in_progress note +d-i finish-install/reboot_in_progress note diff --git a/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-network.seed b/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-network.seed index 230444f2..d06e4251 100644 --- a/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-network.seed +++ b/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-network.seed @@ -287,4 +287,4 @@ d-i preseed/late_command string \ ############# # Reboot after the install is finished. -finish-install finish-install/reboot_in_progress note +d-i finish-install/reboot_in_progress note diff --git a/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-nova_compute.seed b/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-nova_compute.seed index e76e44dd..b9ce8a87 100644 --- a/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-nova_compute.seed +++ b/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-nova_compute.seed @@ -295,4 +295,4 @@ d-i preseed/late_command string \ ############# # Reboot after the install is finished. -finish-install finish-install/reboot_in_progress note +d-i finish-install/reboot_in_progress note diff --git a/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-swift.seed b/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-swift.seed index 281bf43a..54f786dd 100644 --- a/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-swift.seed +++ b/multi-node-aio/templates/pre-seeds/ubuntu-server-14.04-unattended-cobbler-swift.seed @@ -312,4 +312,4 @@ d-i preseed/late_command string \ ############# # Reboot after the install is finished. -finish-install finish-install/reboot_in_progress note +d-i finish-install/reboot_in_progress note diff --git a/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-cinder.seed b/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-cinder.seed index 6e5ac541..d72ddde4 100644 --- a/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-cinder.seed +++ b/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-cinder.seed @@ -290,4 +290,4 @@ d-i preseed/late_command string \ ############# # Reboot after the install is finished. -finish-install finish-install/reboot_in_progress note \ No newline at end of file +d-i finish-install/reboot_in_progress note \ No newline at end of file diff --git a/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-deploy.seed b/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-deploy.seed index 6e5ac541..d72ddde4 100644 --- a/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-deploy.seed +++ b/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-deploy.seed @@ -290,4 +290,4 @@ d-i preseed/late_command string \ ############# # Reboot after the install is finished. -finish-install finish-install/reboot_in_progress note \ No newline at end of file +d-i finish-install/reboot_in_progress note \ No newline at end of file diff --git a/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-infra.seed b/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-infra.seed index 194658c3..d8e38703 100644 --- a/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-infra.seed +++ b/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-infra.seed @@ -284,4 +284,4 @@ d-i preseed/late_command string \ ############# # Reboot after the install is finished. -finish-install finish-install/reboot_in_progress note \ No newline at end of file +d-i finish-install/reboot_in_progress note \ No newline at end of file diff --git a/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-logging.seed b/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-logging.seed index 2170115e..dd34c8d3 100644 --- a/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-logging.seed +++ b/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-logging.seed @@ -285,4 +285,4 @@ d-i preseed/late_command string \ ############# # Reboot after the install is finished. -finish-install finish-install/reboot_in_progress note \ No newline at end of file +d-i finish-install/reboot_in_progress note \ No newline at end of file diff --git a/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-network.seed b/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-network.seed index 194658c3..d8e38703 100644 --- a/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-network.seed +++ b/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-network.seed @@ -284,4 +284,4 @@ d-i preseed/late_command string \ ############# # Reboot after the install is finished. -finish-install finish-install/reboot_in_progress note \ No newline at end of file +d-i finish-install/reboot_in_progress note \ No newline at end of file diff --git a/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-nova_compute.seed b/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-nova_compute.seed index 171913df..b05b47a9 100644 --- a/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-nova_compute.seed +++ b/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-nova_compute.seed @@ -292,4 +292,4 @@ d-i preseed/late_command string \ ############# # Reboot after the install is finished. -finish-install finish-install/reboot_in_progress note \ No newline at end of file +d-i finish-install/reboot_in_progress note \ No newline at end of file diff --git a/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-swift.seed b/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-swift.seed index 932e56fc..0828ae03 100644 --- a/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-swift.seed +++ b/multi-node-aio/templates/pre-seeds/ubuntu-server-16.04-unattended-cobbler-swift.seed @@ -309,4 +309,4 @@ d-i preseed/late_command string \ ############# # Reboot after the install is finished. -finish-install finish-install/reboot_in_progress note \ No newline at end of file +d-i finish-install/reboot_in_progress note \ No newline at end of file