UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit dc6538b6 authored by kmc-home's avatar kmc-home
Browse files

update ranges

parent 41dd2c83
No related merge requests found
File moved
File moved
File moved
File moved
File moved
......@@ -49,7 +49,7 @@ resources:
properties:
cidr: 192.168.65.0/27
gateway_ip: 192.168.65.30
dns_nameservers: 10.50.255.254
dns_nameservers: [10.50.255.254]
enable_dhcp: true
host_routes: [ ]
ip_version: 4
......@@ -101,21 +101,22 @@ resources:
str_replace:
template: |
#!/bin/bash
echo -e"!!!!!\n!!!!!\n!!!!!\nSTARTING OPS CONFIGURATION\n!!!!!\n!!!!!\n!!!!!"
echo -e "!!!!!\n!!!!!\n!!!!!\nSTARTING OPS CONFIGURATION\n!!!!!\n!!!!!\n!!!!!"
echo "$public_key" > /root/.ssh/authorized_keys
cd /root
git clone https://git.cybbh.space/kevin.m.crotty/woac-infra-demo.git
cd woac-infra-demo/ranges/openstack/heat/scripts
source ops_config.sh $pass $user $public_key
echo -e"!!!!!\n!!!!!\n!!!!!\nOPS CONFIGURATION COMPLETE\n!!!!!\n!!!!!\n!!!!!"
source ops_config.sh $pass $user
echo -e "!!!!!\n!!!!!\n!!!!!\nOPS CONFIGURATION COMPLETE\n!!!!!\n!!!!!\n!!!!!"
reboot
params:
$user: { get_param: username }
$pass: { get_param: password }
$public_key: { get_param: public_key }
$user: { get_param: username }
$pass: { get_param: password }
$public_key: { get_param: public_key }
# ----- Linux Analyst Workstation Configuration End ----- #
......
name: pulumi-test
runtime: python
description: A minimal Pulumi test project
\ No newline at end of file
"""A minimal Pulumi program"""
import pulumi
pulumi.export('message', 'Hello, Pulumi!')
\ No newline at end of file
......@@ -7,4 +7,6 @@ requires-python = ">=3.10"
dependencies = [
"ansible>=10.7.0",
"pulumi>=3.146.0",
"python-heatclient>=4.1.0",
"python-openstackclient>=7.2.1",
]
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment