123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420 |
- bootstrap:
- udev:
- image: rancher/os-udev:v0.4.0-dev
- command: []
- dns: []
- dns_search: []
- env_file: []
- environment: []
- labels:
- io.rancher.os.detach: false
- io.rancher.os.scope: system
- links: []
- log_driver: json-file
- net: host
- uts: host
- privileged: true
- volumes:
- - /dev:/host/dev
- - /lib/modules:/lib/modules
- - /lib/firmware:/lib/firmware
- autoformat:
- autoformat:
- image: rancher/os-autoformat:v0.4.0-dev
- command: []
- dns: []
- dns_search: []
- env_file: []
- environment: []
- labels:
- io.rancher.os.detach: false
- io.rancher.os.scope: system
- links: []
- log_driver: json-file
- net: none
- privileged: true
- volumes: []
- udev:
- image: rancher/os-udev:v0.4.0-dev
- command: []
- dns: []
- dns_search: []
- env_file: []
- environment: []
- labels:
- io.rancher.os.detach: false
- io.rancher.os.scope: system
- links:
- - autoformat
- log_driver: json-file
- net: host
- uts: host
- privileged: true
- volumes:
- - /dev:/host/dev
- - /lib/modules:/lib/modules
- - /lib/firmware:/lib/firmware
- bootstrap_docker:
- args: [docker, -d, -s, overlay, -b, none, --restart=false, -g, /var/lib/system-docker,
- -G, root, -H, 'unix:///var/run/system-docker.sock']
- cloud_init:
- datasources:
- - configdrive:/media/config-2
- services_include:
- ubuntu-console: false
- network:
- dns:
- nameservers: [8.8.8.8, 8.8.4.4]
- interfaces:
- eth*:
- dhcp: true
- lo:
- address: 127.0.0.1/8
- repositories:
- core:
- url: https://raw.githubusercontent.com/rancherio/os-services/v0.4.0
- state:
- fstype: auto
- dev: LABEL=RANCHER_STATE
- system_containers:
- acpid:
- image: rancher/os-acpid:v0.4.0-dev
- command: []
- dns: []
- dns_search: []
- env_file: []
- environment: []
- labels:
- io.rancher.os.scope: system
- links: []
- net: host
- uts: host
- privileged: true
- volumes_from:
- - command-volumes
- - system-volumes
- all-volumes:
- image: rancher/os-state:v0.4.0-dev
- command: []
- dns: []
- dns_search: []
- env_file: []
- environment: []
- labels:
- io.rancher.os.createonly: true
- io.rancher.os.scope: system
- links: []
- log_driver: json-file
- net: none
- privileged: true
- read_only: true
- volumes_from:
- - docker-volumes
- - command-volumes
- - user-volumes
- - system-volumes
- cloud-init:
- image: rancher/os-cloudinit:v0.4.0-dev
- command: []
- dns: []
- dns_search: []
- env_file: []
- environment: []
- labels:
- io.rancher.os.detach: false
- io.rancher.os.reloadconfig: true
- io.rancher.os.scope: system
- links:
- - preload-user-images
- - cloud-init-pre
- - network
- net: host
- uts: host
- privileged: true
- volumes_from:
- - command-volumes
- - system-volumes
- cloud-init-pre:
- image: rancher/os-cloudinit:v0.4.0-dev
- command: []
- dns: []
- dns_search: []
- env_file: []
- environment:
- - CLOUD_INIT_NETWORK=false
- labels:
- io.rancher.os.detach: false
- io.rancher.os.reloadconfig: true
- io.rancher.os.scope: system
- links:
- - preload-system-images
- net: host
- uts: host
- privileged: true
- volumes_from:
- - command-volumes
- - system-volumes
- command-volumes:
- image: rancher/os-state:v0.4.0-dev
- command: []
- dns: []
- dns_search: []
- env_file: []
- environment: []
- labels:
- io.rancher.os.createonly: true
- io.rancher.os.scope: system
- links: []
- log_driver: json-file
- net: none
- privileged: true
- read_only: true
- volumes:
- - /init:/sbin/halt:ro
- - /init:/sbin/poweroff:ro
- - /init:/sbin/reboot:ro
- - /init:/sbin/shutdown:ro
- - /init:/sbin/netconf:ro
- - /init:/usr/bin/cloud-init:ro
- - /init:/usr/bin/rancherctl:ro
- - /init:/usr/bin/ros:ro
- - /init:/usr/bin/respawn:ro
- - /init:/usr/bin/system-docker:ro
- - /init:/usr/sbin/wait-for-docker:ro
- - /lib/modules:/lib/modules
- - /usr/bin/docker:/usr/bin/docker:ro
- console:
- image: rancher/os-console:v0.4.0-dev
- command: []
- dns: []
- dns_search: []
- env_file: []
- environment: []
- labels:
- io.rancher.os.remove: true
- io.rancher.os.scope: system
- links:
- - cloud-init
- net: host
- uts: host
- pid: host
- ipc: host
- privileged: true
- restart: always
- volumes_from:
- - all-volumes
- docker:
- image: rancher/os-docker:v0.4.0-dev
- command: []
- dns: []
- dns_search: []
- env_file: []
- environment: []
- labels:
- io.rancher.os.scope: system
- links:
- - network
- net: host
- uts: host
- pid: host
- ipc: host
- privileged: true
- restart: always
- volumes_from:
- - all-volumes
- docker-volumes:
- image: rancher/os-state:v0.4.0-dev
- command: []
- dns: []
- dns_search: []
- env_file: []
- environment: []
- labels:
- io.rancher.os.createonly: true
- io.rancher.os.scope: system
- links: []
- log_driver: json-file
- net: none
- privileged: true
- read_only: true
- volumes:
- - /var/lib/rancher/conf:/var/lib/rancher/conf
- - /var/lib/docker:/var/lib/docker
- - /var/lib/system-docker:/var/lib/system-docker
- dockerwait:
- image: rancher/os-dockerwait:v0.4.0-dev
- command: []
- dns: []
- dns_search: []
- env_file: []
- environment: []
- labels:
- io.rancher.os.detach: false
- io.rancher.os.scope: system
- links:
- - docker
- net: host
- uts: host
- volumes_from:
- - all-volumes
- network:
- image: rancher/os-network:v0.4.0-dev
- command: []
- dns: []
- dns_search: []
- env_file: []
- environment: []
- labels:
- io.rancher.os.detach: false
- io.rancher.os.scope: system
- links:
- - cloud-init-pre
- net: host
- uts: host
- privileged: true
- volumes_from:
- - command-volumes
- - system-volumes
- ntp:
- image: rancher/os-ntp:v0.4.0-dev
- command: []
- dns: []
- dns_search: []
- env_file: []
- environment: []
- labels:
- io.rancher.os.scope: system
- links:
- - cloud-init
- - network
- net: host
- uts: host
- privileged: true
- restart: always
- preload-system-images:
- image: rancher/os-preload:v0.4.0-dev
- command: []
- dns: []
- dns_search: []
- env_file: []
- environment: []
- labels:
- io.rancher.os.detach: false
- io.rancher.os.scope: system
- links: []
- privileged: true
- volumes:
- - /var/run/system-docker.sock:/var/run/docker.sock
- - /var/lib/system-docker/preload:/mnt/preload
- volumes_from:
- - command-volumes
- - system-volumes
- preload-user-images:
- image: rancher/os-preload:v0.4.0-dev
- command: []
- dns: []
- dns_search: []
- env_file: []
- environment: []
- labels:
- io.rancher.os.detach: false
- io.rancher.os.scope: system
- links:
- - dockerwait
- privileged: true
- volumes:
- - /var/run/docker.sock:/var/run/docker.sock
- - /var/lib/docker/preload:/mnt/preload
- volumes_from:
- - command-volumes
- - system-volumes
- syslog:
- image: rancher/os-syslog:v0.4.0-dev
- command: []
- dns: []
- dns_search: []
- env_file: []
- environment: []
- labels:
- io.rancher.os.scope: system
- links: []
- log_driver: json-file
- net: host
- uts: host
- privileged: true
- restart: always
- volumes_from:
- - system-volumes
- system-volumes:
- image: rancher/os-state:v0.4.0-dev
- command: []
- dns: []
- dns_search: []
- env_file: []
- environment: []
- labels:
- io.rancher.os.createonly: true
- io.rancher.os.scope: system
- links: []
- log_driver: json-file
- net: none
- privileged: true
- read_only: true
- volumes:
- - /dev:/host/dev
- - /os-config.yml:/os-config.yml
- - /var/lib/rancher:/var/lib/rancher
- - /var/lib/rancher/conf:/var/lib/rancher/conf
- - /etc/ssl/certs/ca-certificates.crt:/etc/ssl/certs/ca-certificates.crt.rancher
- - /lib/modules:/lib/modules
- - /lib/firmware:/lib/firmware
- - /var/run:/var/run
- - /var/log:/var/log
- udev:
- image: rancher/os-udev:v0.4.0-dev
- command: []
- dns: []
- dns_search: []
- env_file: []
- environment:
- - DAEMON=true
- labels:
- io.rancher.os.detach: true
- io.rancher.os.scope: system
- links: []
- net: host
- uts: host
- privileged: true
- restart: always
- volumes_from:
- - system-volumes
- user-volumes:
- image: rancher/os-state:v0.4.0-dev
- command: []
- dns: []
- dns_search: []
- env_file: []
- environment: []
- labels:
- io.rancher.os.createonly: true
- io.rancher.os.scope: system
- links: []
- log_driver: json-file
- net: none
- privileged: true
- read_only: true
- volumes:
- - /home:/home
- - /opt:/opt
- system_docker:
- args: [docker, -d, --log-driver, syslog, -s, overlay, -b, docker-sys, --fixed-cidr,
- 172.18.42.1/16, --restart=false, -g, /var/lib/system-docker, -G, root,
- -H, 'unix:///var/run/system-docker.sock', --userland-proxy=false]
- upgrade:
- url: https://releases.rancher.com/os/versions.yml
- image: rancher/os
- user_docker:
- tls_args: [--tlsverify, --tlscacert=ca.pem, --tlscert=server-cert.pem, --tlskey=server-key.pem,
- '-H=0.0.0.0:2376']
- args: [docker, -d, -s, overlay, -G, docker, -H, 'unix:///var/run/docker.sock', --userland-proxy=false]
|