Merge "Removing Deprecated ENV handling"
authorDan Radez <dradez@redhat.com>
Tue, 4 Apr 2017 12:54:12 +0000 (12:54 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 4 Apr 2017 12:54:12 +0000 (12:54 +0000)
ci/iso-verify.ks [new file with mode: 0644]
config/deploy/os-odl_l3-csit-noha.yaml [deleted symlink]
config/deploy/os-odl_l3-fdio-ha.yaml [deleted symlink]
config/deploy/os-odl_l3-fdio-noha.yaml [deleted symlink]
config/deploy/os-odl_l3-nofeature-ha.yaml [deleted symlink]
config/deploy/os-odl_l3-nofeature-noha.yaml [deleted symlink]
config/deploy/os-odl_l3-ovs-ha.yaml [deleted symlink]
config/deploy/os-odl_l3-ovs-noha.yaml [deleted symlink]

diff --git a/ci/iso-verify.ks b/ci/iso-verify.ks
new file mode 100644 (file)
index 0000000..f3e975c
--- /dev/null
@@ -0,0 +1,57 @@
+# poweroff on success
+poweroff
+
+# Do not configure the X Window System
+skipx
+# System timezone
+timezone US/Eastern --isUtc
+# System bootloader configuration
+bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=vda
+autopart --type=lvm
+# Partition clearing information
+clearpart --all --initlabel --drives=vda
+
+%packages
+@apex-opendaylight
+@base
+@core
+@virtualization-hypervisor
+@virtualization-tools
+chrony
+kexec-tools
+
+%end
+
+%addon com_redhat_kdump --disable
+
+%end
+
+%anaconda
+pwpolicy root --minlen=6 --minquality=50 --notstrict --nochanges --notempty
+pwpolicy user --minlen=6 --minquality=50 --notstrict --nochanges --notempty
+pwpolicy luks --minlen=6 --minquality=50 --notstrict --nochanges --notempty
+%end
+
+#version=DEVEL
+# System authorization information
+auth --enableshadow --passalgo=sha512
+# Use CDROM installation media
+cdrom
+# Use text mode install
+text
+# Run the Setup Agent on first boot
+firstboot --disable
+ignoredisk --only-use=vda
+# Keyboard layouts
+keyboard --vckeymap=us --xlayouts=''
+# System language
+lang en_US.UTF-8
+
+# Network information
+network  --bootproto=dhcp --device=eth0 --onboot=off --ipv6=auto --no-activate
+network  --hostname=localhost.localdomain
+
+# Root password
+rootpw --iscrypted $6$l4m1GNdyJ/.EP40T$2Nn99xwbJexsqqYqbgWCUivSIqJTOTTNuxmli6TM9.3uom5eiIZDPQ3UZ6gVYi0ir2px4z7e2DnccmoV/EXNB/
+# System services
+services --enabled="chronyd"
diff --git a/config/deploy/os-odl_l3-csit-noha.yaml b/config/deploy/os-odl_l3-csit-noha.yaml
deleted file mode 120000 (symlink)
index 06ddcde..0000000
+++ /dev/null
@@ -1 +0,0 @@
-os-odl-csit-noha.yaml
\ No newline at end of file
diff --git a/config/deploy/os-odl_l3-fdio-ha.yaml b/config/deploy/os-odl_l3-fdio-ha.yaml
deleted file mode 120000 (symlink)
index 42bed3d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-os-odl-fdio-ha.yaml
\ No newline at end of file
diff --git a/config/deploy/os-odl_l3-fdio-noha.yaml b/config/deploy/os-odl_l3-fdio-noha.yaml
deleted file mode 120000 (symlink)
index d8b983e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-os-odl-fdio-noha.yaml
\ No newline at end of file
diff --git a/config/deploy/os-odl_l3-nofeature-ha.yaml b/config/deploy/os-odl_l3-nofeature-ha.yaml
deleted file mode 120000 (symlink)
index 0334fae..0000000
+++ /dev/null
@@ -1 +0,0 @@
-os-odl-nofeature-ha.yaml
\ No newline at end of file
diff --git a/config/deploy/os-odl_l3-nofeature-noha.yaml b/config/deploy/os-odl_l3-nofeature-noha.yaml
deleted file mode 120000 (symlink)
index 6222052..0000000
+++ /dev/null
@@ -1 +0,0 @@
-os-odl-nofeature-noha.yaml
\ No newline at end of file
diff --git a/config/deploy/os-odl_l3-ovs-ha.yaml b/config/deploy/os-odl_l3-ovs-ha.yaml
deleted file mode 120000 (symlink)
index fc68a75..0000000
+++ /dev/null
@@ -1 +0,0 @@
-os-odl-ovs-ha.yaml
\ No newline at end of file
diff --git a/config/deploy/os-odl_l3-ovs-noha.yaml b/config/deploy/os-odl_l3-ovs-noha.yaml
deleted file mode 120000 (symlink)
index 9301ced..0000000
+++ /dev/null
@@ -1 +0,0 @@
-os-odl-ovs-noha.yaml
\ No newline at end of file