{
    "comment": "CentOS adaptation of RHEL Atomic host",

    "osname": "centos-atomic-host",
    "ref": "centos-atomic-host/7/x86_64/standard",

    "repos": ["CentOS-Base", "CentOS-updates", "CentOS-extras",
              "rhel-atomic-rebuild", "CentOS-CR"],

    "selinux": true,

    "install-langs": ["en_US"],

    "documentation": false,

    "initramfs-args": ["--no-hostonly", "--add", "iscsi"],
    "automatic_version_prefix": "7.20170209", 
    "mutate-os-release": "7", 
    "postprocess-script": "treecompose-post.sh",

    "etc-group-members": ["wheel", "docker"],

    "ignore-removed-users": ["root"],
    "ignore-removed-groups": ["root"],
    "check-passwd": { "type": "file", "filename": "passwd" },
    "check-groups": { "type": "file", "filename": "group" },

    "packages": ["filesystem", "glibc", "nss-altfiles",
                 "shadow-utils", "centos-release-atomic",
                 "atomic",
                 "runc",
		 "systemd", "kernel", "rpm-ostree-client",
		 "dracut-network",
		 "biosdevname",
		 "coreutils",
		 "lvm2",
		 "grub2", "grub2-efi", "ostree-grub2",
		 "efibootmgr", "shim",
		 "e2fsprogs", "xfsprogs",
		 "mdadm",
		 "docker",
		 "selinux-policy-targeted",
		 "sssd",
		 "cloud-init",
		 "cloud-utils-growpart",
		 "tar", "xz", "gzip", "bzip2",
		 "less",
		 "kexec-tools",
		 "iscsi-initiator-utils",
		 "bridge-utils",
                 "nfs-utils",
		 "subscription-manager",
		 "subscription-manager-plugin-ostree",
		 "subscription-manager-plugin-container",
		 "openssh-server", "openssh-clients",
		 "chrony",
		 "logrotate",
		 "passwd",
                 "iptables-services",
		 "NetworkManager", "vim-minimal", "nano",
		 "sudo",
		 "tuned", "tuned-profiles-atomic",
		 "kubernetes-client", "kubernetes-node",
                 "etcd", "cryptsetup",
		 "flannel",
		 "irqbalance",
		 "bash-completion",
		 "rsync", "tmux",
		 "net-tools", "nmap-ncat",
		 "bind-utils",
		 "authconfig",
		 "policycoreutils-python",
		 "cockpit-shell",
		 "cockpit-bridge",
                 "cockpit-docker",
                 "cockpit-ostree",
		 "setools-console",
		 "atomic-devmode",
		 "docker-latest",
		 "docker-lvm-plugin",
		 "docker-novolume-plugin",
                 "ceph-common", "device-mapper-multipath",
                 "sg3_utils", "glusterfs-fuse",
                 "gomtree"],

    "remove-from-packages": [["yum", "/usr/bin/.*"],
			     ["filesystem", "/usr/share/backgrounds"],
                             ["centos-logos", "/usr/share/backgrounds",
                                              "/usr/share/kde4",
                                              "/usr/share/anaconda"]],

    "units": ["docker.service", "tuned.service", "docker-storage-setup.service"],

    "default_target": "multi-user.target"
}
