首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

OpenStack自动化部署shell脚本,非Ansible

云计算 4.52KB 6 需要积分: 1
立即下载

资源介绍:

OpenStack自动化部署shell脚本,非Ansible 使用shell脚本编写
##--------------------system Config--------------------## ##Controller Server Manager IP. example:x.x.x.x HOST_IP=192.168.100.10 #Controller HOST Password. example:000000 HOST_PASS=000000 #Controller Server hostname. example:controller HOST_NAME=controller #Compute Node Manager IP. example:x.x.x.x HOST_IP_NODE=192.168.100.10 #Compute HOST Password. example:000000 HOST_PASS_NODE=000000 #Compute Node hostname. example:compute HOST_NAME_NODE=controller #--------------------Chrony Config-------------------## #Controller network segment IP. example:x.x.0.0/16(x.x.x.0/24) network_segment_IP=192.168.100.0/24 #--------------------Rabbit Config ------------------## #user for rabbit. example:openstack RABBIT_USER=openstack #Password for rabbit user .example:000000 RABBIT_PASS=000000 #--------------------MySQL Config---------------------## #Password for MySQL root user . exmaple:000000 DB_PASS=000000 #--------------------Keystone Config------------------## #Password for Keystore admin user. exmaple:000000 DOMAIN_NAME=demo ADMIN_PASS=000000 DEMO_PASS=000000 #Password for Mysql keystore user. exmaple:000000 KEYSTONE_DBPASS=000000 #--------------------Glance Config--------------------## #Password for Mysql glance user. exmaple:000000 GLANCE_DBPASS=000000 #Password for Keystore glance user. exmaple:000000 GLANCE_PASS=000000 #--------------------Nova Config----------------------## #Password for Mysql nova user. exmaple:000000 NOVA_DBPASS=000000 #Password for Keystore nova user. exmaple:000000 NOVA_PASS=000000 #--------------------Neturon Config-------------------## #Password for Mysql neutron user. exmaple:000000 NEUTRON_DBPASS=000000 #Password for Keystore neutron user. exmaple:000000 NEUTRON_PASS=000000 #metadata secret for neutron. exmaple:000000 METADATA_SECRET=000000 #Tunnel Network Interface. example:x.x.x.x INTERFACE_IP=192.168.100.10 #External Network Interface. example:eth1 INTERFACE_NAME=ens34 #External Network The Physical Adapter. example:provider Physical_NAME=provider #First Vlan ID in VLAN RANGE for VLAN Network. exmaple:101 minvlan=1 #Last Vlan ID in VLAN RANGE for VLAN Network. example:200 maxvlan=200 #--------------------Cinder Config--------------------## #Password for Mysql cinder user. exmaple:000000 CINDER_DBPASS=000000 #Password for Keystore cinder user. exmaple:000000 CINDER_PASS=000000 #Cinder Block Disk. example:md126p3 BLOCK_DISK=sdb1 #--------------------Swift Config---------------------## #Password for Keystore swift user. exmaple:000000 SWIFT_PASS=000000 #The NODE Object Disk for Swift. example:md126p4. OBJECT_DISK=sdc1 #The NODE IP for Swift Storage Network. example:x.x.x.x. STORAGE_LOCAL_NET_IP=192.168.100.10 #--------------------Heat Config----------------------## #Password for Mysql heat user. exmaple:000000 HEAT_DBPASS=000000 #Password for Keystore heat user. exmaple:000000 HEAT_PASS=000000 #--------------------Zun Config-----------------------## #Password for Mysql Zun user. exmaple:000000 ZUN_DBPASS=000000 #Password for Keystore Zun user. exmaple:000000 ZUN_PASS=000000 #Password for Mysql Kuryr user. exmaple:000000 KURYR_DBPASS=000000 #Password for Keystore Kuryr user. exmaple:000000 KURYR_PASS=000000 #--------------------Ceilometer Config----------------## #Password for Gnocchi ceilometer user. exmaple:000000 CEILOMETER_DBPASS=000000 #Password for Keystore ceilometer user. exmaple:000000 CEILOMETER_PASS=000000 #--------------------AODH Config----------------## #Password for Mysql AODH user. exmaple:000000 AODH_DBPASS=000000 #Password for Keystore AODH user. exmaple:000000 AODH_PASS=000000 #--------------------Barbican Config----------------## #Password for Mysql Barbican user. exmaple:000000 BARBICAN_DBPASS=000000 #Password for Keystore Barbican user. exmaple:000000 BARBICAN_PASS=000000

资源文件列表:

OpenStack自动化部署脚本.zip 大约有6个文件
  1. auto-compute.sh 1.08KB
  2. auto-controller.sh 1.34KB
  3. iaas-compute.sh 136B
  4. iaas-controller.sh 1.62KB
  5. openrc-compute.sh 3.73KB
  6. openrc-controller.sh 3.73KB
0评论
提交 加载更多评论
其他资源 Pro Git免费开源书籍
"Pro Git" 是一本全面介绍Git版本控制系统使用的免费书籍,由Scott Chacon和Ben Straub编写,并由Apress出版社出版。这本书适合Git的新手以及有经验的用户,它不仅覆盖了Git的基础知识,还深入探讨了Git的高级特性,是学习Git的一个非常好的资源。 主要章节概览: 1. 入门:提供Git的基本介绍,包括安装Git以及如何创建和克隆仓库 2. Git基础:讲解如何使用Git进行日常的工作流程,包括提交更改、查看历史记录、撤销更改等 3. 分支管理:讲解如何使用Git进行日常的工作流程,包括提交更改、查看历史记录、撤销更改等 4. 服务端Git:涉及设置和管理Git服务器的内容; 5. Git工具:探讨一些有用的Git工具,比如图形界面客户端和补丁管理工具 ..... 这本书的优点之一就是它的实用性。每个概念都通过实际例子来说明,并且提供了一系列的提示和技巧,帮助读者更好地理解Git的工作方式。此外,书中也包含了对常见问题的解答,以及如何解决常见的错误。
Pro Git免费开源书籍 Pro Git免费开源书籍 Pro Git免费开源书籍
libxl 4.0.3读取Excel
读取表格速度很快
基于STM32H7VBT6的六足机器人控制代码
六足机器人的实时控制代码是实现机器人精确运动和环境适应性的关键。这些代码通常涉及到运动学、动力学、轨迹规划、PID控制等多个方面。在实时控制中,代码需要能够快速响应环境变化,并实时调整机器人的运动参数以保持稳定性和效率。为了提高实时性和适应性,控制代码可能会采用自适应控制策略,如基于多模态切换的自适应控制,这种策略能够根据环境变化自动调整机器人的运动模式。此外,代码可能还会集成模糊逻辑或神经网络等智能控制方法,以提高对复杂环境的适应能力。 实时控制代码的编写和优化是一个不断迭代的过程,需要根据实验结果和实际应用场景进行调整。通过不断的测试和验证,控制代码能够更好地满足六足机器人在各种环境下的运动控制需求。
deep-sort-pytorch
多目标跟踪算法
2023级学生暑期社会调查活动相关材料.zip
2023级学生暑期社会调查活动相关材料.zip
Depot-Management-Programe-main.zip
Depot-Management-Programe-main.zip
可调电源选型 - 宽电压输出 0-60V 功率≥400W
可调电源选型 --- 宽电压输出 0-60V 功率≥400W
可调电源选型 - 宽电压输出 0-60V 功率≥400W 可调电源选型 - 宽电压输出 0-60V 功率≥400W 可调电源选型 - 宽电压输出 0-60V 功率≥400W
案例1-毕业论文.zip
案例1-毕业论文.zip
案例1-毕业论文.zip 案例1-毕业论文.zip 案例1-毕业论文.zip