cloud-config files for the coreos machines inside the company.
# 安装 python 扩展模块
pip install -r requirements.txt
# 添加一台机器配置
vim build_config.yml
---
10.10.10.191:
MAC: "00:e0:81:ee:82:c4"
etcd2: False
hostname: "coreos-191"
nic_name: "enp11s0f0"
其中有些模板语言, 如: "{{ hostname }}"
、{% if etcd2 %}
等, 这些不能修改, 其他的固化的配置可以修改, 然后统一生效.
vim cloud-config.template
---
./batch_build_cloud_configs.py