cobbler装机下发文件模板

[[email protected] ~]# cat cobbler_install.txt

cobbler system add --name bgw-os-node1 --hostname bgw-os-node1   --profile openstack

cobbler system edit --name bgw-os-node1   --interface em1 --mac 84:2B:2B:41:5D:7F --ip-address 10.240.216.1 --netmask 255.255.255.0 --gateway 10.240.216.254 --static 1

cobbler system add --name bgw-os-node2 --hostname bgw-os-node2   --profile openstack

cobbler system edit --name bgw-os-node2   --interface em1 --mac 00:26:B9:3A:2C:C1 --ip-address 10.240.216.2 --netmask 255.255.255.0 --gateway 10.240.216.254 --static 1

cobbler system add --name bgw-os-node11 --hostname bgw-os-node11   --profile openstack

cobbler system edit --name bgw-os-node11   --interface em1 --mac 78:2B:CB:59:8E:FA --ip-address 10.240.216.11 --netmask 255.255.255.0 --gateway 10.240.216.254 --static 1

cobbler system add --name bgw-os-node12 --hostname bgw-os-node12   --profile openstack

cobbler system edit --name bgw-os-node12   --interface em1 --mac 84:2B:2B:4E:B4:5C --ip-address 10.240.216.12 --netmask 255.255.255.0 --gateway 10.240.216.254 --static 1

cobbler system add --name bgw-os-node151 --hostname bgw-os-node151   --profile ceph

cobbler system edit --name bgw-os-node151   --interface eth0 --mac B4:99:BA:BF:1F:EA --ip-address 10.240.216.151  --netmask 255.255.255.0 --gateway 10.240.216.254 --static 1

cobbler system add --name bgw-os-node152 --hostname bgw-os-node152   --profile ceph

cobbler system edit --name bgw-os-node152   --interface eth0 --mac E8:39:35:22:EA:1C --ip-address 10.240.216.152  --netmask 255.255.255.0 --gateway 10.240.216.254 --static 1

cobbler system add --name bgw-os-node153 --hostname bgw-os-node153   --profile ceph

cobbler system edit --name bgw-os-node153   --interface eth0 --mac B4:99:BA:BF:1F:36 --ip-address 10.240.216.153  --netmask 255.255.255.0 --gateway 10.240.216.254 --static 1

c

时间: 2024-11-14 01:14:25

cobbler装机下发文件模板的相关文章

用docker快速布署cobbler装机系统

好久没写过博客了,上来撸一篇....最近在看K8s,刚好机房环境里需要加个cobbler 装机系统,便有了下面的折腾 环境:原有cobbler几台(因有多个机房,故有多个cobbler)需求:新机房需要cobbler 自动装机系统 先做个cobbler2.8的镜像(为什么用2.8版本?2.6版本安装exsi会报错) docker file 参照https://github.com/jasonlix5/docker-cobbler 修改 FROM bd2fd3afdba2 ADD cobbler-

rsync同步 Cobbler装机平台部署

Top NSD SERVICES DAY05 案例1:rsync基本用法 案例2:rsync+SSH同步 案例3:使用inotifywait工具 案例4:配置Web镜像同步 案例5:配置Cobbler装机平台 1 案例1:rsync基本用法 1.1 问题 本例要求掌握远程同步的基本操作,使用rsync命令完成下列任务: 将目录 /boot 同步到目录 /todir 下 将目录 /boot 下的文档同步到目录 /todir 下 在目录 /boot 下新增文件 a.txt,删除 /todir 下的子

QT基础(五)QT工程pro文件模板变量 使用

QT工程pro文件模板变量(TEMPLATE)模板变量告诉qmake为这个应用程序生成哪种makefile.下面是可供使用的选择: app - 建立一个应用程序的makefile.这是默认值,所以如果模板没有被指定,这个将被使用. lib - 建立一个库的makefile. vcapp - 建立一个应用程序的Visual Studio项目文件. vclib - 建立一个库的Visual Studio项目文件. subdirs - 这是一个特殊的模板,它可以创建一个能够进入特定目录并且为一个项目文

Maven 项目依赖 pom 文件模板

下面是网上down的 pom 文件模板: <!-- 属性 --> <properties> <spring.version>4.2.4.RELEASE</spring.version> <hibernate.version>5.0.7.Final</hibernate.version> <struts.version>2.3.24</struts.version> </properties> <

AS 代码模板 文件模板 Templates

修改 File and Code Templates Settings –> Editor –>[File and Code Templates] 或者在右键new时选择子菜单[Edite File Templates...] 添加.修改文件模板 Files –> [Files],可用来修改.添加新建某类型文件(比如Class.Interface.C++)时的文件模板 此文件保存位置[C:\Users\Administrator\.AndroidStudio2.3\config\file

discuz门户首页-header文件模板语法详解和注释

header文件引用了跟多通用模板,所以整个文章会很长,现在比较忙,注释工作会不定期进行 首先开下门户首页的文件 portal里面的index.htm <!--{template common/header}--> //引用common文件下的header.htm这个也是引用模板文件的一种常用方法 <style id="diy_style" type="text/css"></style> //没什么用 <div class

lan人之文件模板

命令行生成各种文件模板 为python2.7制造 构件包括 命令行参数处理 文件读写 文件夹创建 网络读取 #!/usr/bin/env python # -*- coding: utf-8 -*- # <one line to give the program's name and a brief idea of what it does.> <project url> # Copyright (C) <2015> simplicity <[email prot

C#对Excel文件模板的完全读取

针对"C#对Excel文件模板的完全读取"这样的一个题目,其实好像描述得不大对.在此再描述下: 如下代码主要是通过对一个Excel模板文件的读取,然后再想模板中填入对应的数据之后,另存为一个新的Excel文件.此文件完全符合原模板要求.(因为原Excel是带有很多样式和公式的,单独只提取原Excel的数值,是很难符合具体工作的需求的.) 源码: 需添加引用:using Excel = Microsoft.Office.Interop.Excel; private void insert

cobbler之ks文件示例

#platform=x86, AMD64, or Intel EM64T #version=DEVEL # Firewall configuration,关闭防火墙 firewall --disabled # Install OS instead of upgrade,每次安装均为全新安装 install # Use network installation 定义了系统路径,此路径是cobbler配置完同步后的路径,网站根路径默认是/var/www/ url --url="http://192.