Blog / openstack
11 Posts
Script analysis
Script Analysis IP=`ip addr | grep 'state UP' -A2 | grep inet | egrep -v '(127.0.0.1|inet6|docker)' | awk '{print $2}' | tr -d addr: | head -n 1 | cut -d / -f1` ssh-keygen Command Detailed Explanation Used for generating, managing, and converting authentication keys for ssh
查看全文Completion of OpenStack deployment scripts
OpenStack Deployment Script Completion 1. iaas-pre-host.sh Install necessary components for OpenStack such as the Python OpenStack client, OpenStack security components, OpenStack tools, ini editor, and interactive editing language. Python OpenStack client: python-openstackclient OpenStack security component: openstack-selinux OpenStack tools
查看全文OpenStack Operations and Maintenance Expansion
OpenStack Operations 1\. On a self-built OpenStack platform, use the command to create a cloud host type named Fmin, with ID 1, 1024MB of memory, 10GB of disk space, and 1 vCPU. openstack flavor create Fmin --ram 1024 --id 1 --disk 10 --vcpus 1 2\. On a self-built OpenStack platform, create a cloud host network e
查看全文openstack运维开发任务
【任务 4】OpenStack 运维开发任务[10 分] 【题目 1】Heat 模板管理[0.5 分] 在自行搭建的 OpenStack 私有云平台或赛项提供的 all-in-one 平台上,在/root 目录下编写 Heat 模板 create_net.yaml,创建名为 Heat-Network 网络,选择不共享;创建子网名为 Heat-Subnet,子网网段设置为10.20.2.0/24,开
查看全文