Browse code

Remove cloud-init from appliance flavor

* Remove cloud-init from appliance flavor
* Minor: rename minimal_appliance flavor to appliance

Change-Id: I2e33d30a1dd51759e9b4e20fe490c83d02e19984
Reviewed-on: http://photon-jenkins.eng.vmware.com/158
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: Sharath George
Reviewed-on: http://photon-jenkins.eng.vmware.com/348
Reviewed-by: Mahmoud Bassiouny <mbassiouny@vmware.com>

mbassiouny authored on 2015/11/20 05:17:57
Showing 3 changed files
... ...
@@ -44,9 +44,9 @@
44 44
         "visible" : false,
45 45
         "include" : []
46 46
     },
47
-    "minimal_appliance" : {
47
+    "appliance" : {
48 48
         "title" : "Minimal packages to support appliances.",
49
-        "file" : "packages_minimal_appliance.json",
49
+        "file" : "packages_appliance.json",
50 50
         "visible" : false,
51 51
         "include" : []
52 52
     }
53 53
new file mode 100644
... ...
@@ -0,0 +1,61 @@
0
+{
1
+    "packages":[
2
+        "glibc",
3
+        "zlib",
4
+        "filesystem",
5
+        "pkg-config",
6
+        "bash",
7
+        "bzip2",
8
+        "shadow",
9
+        "procps-ng",
10
+        "iana-etc",
11
+        "coreutils",
12
+        "bc",
13
+        "libtool",
14
+        "net-tools",
15
+        "findutils",
16
+        "xz",
17
+        "iproute2",
18
+        "util-linux",
19
+        "kmod",
20
+        "linux",
21
+        "ca-certificates",
22
+        "curl",
23
+        "iptables",
24
+        "Linux-PAM",
25
+        "systemd",
26
+        "dbus",
27
+        "file",
28
+        "e2fsprogs",
29
+        "rpm",
30
+        "openssh",
31
+        "gdbm",
32
+        "python2",
33
+        "python2-libs",
34
+        "python-xml",
35
+        "photon-release",
36
+        "sed",
37
+        "grep",
38
+        "cpio",
39
+        "gzip",
40
+        "vim",
41
+        "db",
42
+        "tdnf",
43
+        "open-vm-tools",
44
+        "bridge-utils",
45
+        "krb5",
46
+        "which",
47
+        "gettext",
48
+        "chkconfig",
49
+        "ntsysv",
50
+        "bindutils",
51
+        "wget",
52
+        "gawk",
53
+        "ecdsa", 
54
+        "paramiko",
55
+        "inotify-tools",
56
+        "sendmail", 
57
+        "ntpstat", 
58
+        "lvm2"
59
+    ]
60
+}
0 61
deleted file mode 100644
... ...
@@ -1,62 +0,0 @@
1
-{
2
-    "packages":[
3
-        "glibc",
4
-        "zlib",
5
-        "filesystem",
6
-        "pkg-config",
7
-        "bash",
8
-        "bzip2",
9
-        "shadow",
10
-        "procps-ng",
11
-        "iana-etc",
12
-        "coreutils",
13
-        "bc",
14
-        "libtool",
15
-        "net-tools",
16
-        "findutils",
17
-        "xz",
18
-        "iproute2",
19
-        "util-linux",
20
-        "kmod",
21
-        "linux",
22
-        "ca-certificates",
23
-        "curl",
24
-        "iptables",
25
-        "Linux-PAM",
26
-        "systemd",
27
-        "dbus",
28
-        "file",
29
-        "e2fsprogs",
30
-        "rpm",
31
-        "openssh",
32
-        "gdbm",
33
-        "python2",
34
-        "python2-libs",
35
-        "python-xml",
36
-        "photon-release",
37
-        "sed",
38
-        "grep",
39
-        "cpio",
40
-        "gzip",
41
-        "vim",
42
-        "db",
43
-        "tdnf",
44
-        "open-vm-tools",
45
-        "bridge-utils",
46
-        "cloud-init",
47
-        "krb5",
48
-        "which",
49
-        "gettext",
50
-        "chkconfig",
51
-        "ntsysv",
52
-        "bindutils",
53
-        "wget",
54
-        "gawk",
55
-        "ecdsa", 
56
-        "paramiko",
57
-        "inotify-tools",
58
-        "sendmail", 
59
-        "ntpstat", 
60
-        "lvm2"
61
-    ]
62
-}