Feat module refactor
- Jul 19, 2021
-
-
Bo-Chun Chen authored515bf7b7
-
Bo-Chun Chen authoredaddb381e
-
Bo-Chun Chen authoredd81112a6
-
- Oct 08, 2019
-
-
Bo-Chun Chen authoredae10fdeb
-
- Sep 26, 2019
-
-
Bo-Chun Chen authored0a74cc2f
-
- Sep 24, 2019
-
-
Bo-Chun Chen authored
Move compute-ops null-resource into ohpc-ops Add ood-ops steps into ohpc-ops
4de2ed60 -
Bo-Chun Chen authored
Remove host_prefix passing into module which we dont use
c56130b1 -
Bo-Chun Chen authored5fb95554
-
Bo-Chun Chen authored20353314
-
- Sep 16, 2019
-
-
Bo-Chun Chen authored
Merge ohpc-ssh_host and ood-ssh_host into ssh_host
c41d19f2 -
Bo-Chun Chen authoredde7d0878
-
Bo-Chun Chen authored
Change splat expression from .* to [*] per terraform document, [*] is recommended.
76356c48 -
Bo-Chun Chen authored1bcb5ce9
-
- Sep 11, 2019
-
-
Bo-Chun Chen authorede53034c5
-
Bo-Chun Chen authored2f2e11da
-
Bo-Chun Chen authorede674defe
-
Bo-Chun Chen authored59a79567
-
Bo-Chun Chen authored34433157
-
Bo-Chun Chen authored7495786d
-
Bo-Chun Chen authored46a97e18
-
Bo-Chun Chen authored860ba14d
-
Bo-Chun Chen authored
Add router module Remove key-pair module, calling resource directly instead Remove floating-ip module, merge into box module Replace internal-network and external-network modulex with network Replace ohpc-instance, ood-instance, nodes modules with box
c3feedde -
Bo-Chun Chen authored
Reorder variables Update some default value: image_ohpc: CentOS-7-x86_64-GenericCloud-1905 => ohpc-V0.7 image_ood: CentOS-7-x86_64-GenericCloud-1905 => ood_15 internal_network: clusternet => cluster external_network: dmznet => dmz Add new variables, some will replace old variable later: ohpc_image: will replace image_ohpc ood_image: will replace image_ood compute_image: will replace image_compute cluster_user: will replace ohpc_user and ood_user
b89ac2ba -
Bo-Chun Chen authored
Input: name - (required) name of the router subnet - (required) ID of the subnet as inbound of router gateway - (required) ID of the network as outbound of router admin_state - (optional) admin state of the router Output: id - ID of the router
b318b4d6 -
Bo-Chun Chen authored
Input: name - (required) name of the network cidr - (required) define ip range of network admin_state_up - (optional) admin state of the network enable_dhcp - (optional) enable DHCP of the network nameservers - (optional) List of DNS server for the network Output: id - ID of the network subnet - ID of its subnet
47b07a74 -
Bo-Chun Chen authored
Input: key_pair - (required) key pair name injected into instance image_name - (required) image name to boot up instance box_name - (required) name of instance box_nets - (required) list of network object including id(net_id) and desired ip(ip_v4). amount - (optional) amount of instance if bigger than 1, will append index to the box name e.g. name: c, amount: 2 => c0, c1 box_size - (optional) flavor of instance. default to m1.medium user_data - (optional) user_data used to config instance at boot time floating_ip_pool - (optional) floating ip pool name. Won't attach floating ip if not passing in. Output: id - List of ID of instance(s) image_id - ID of image that is used to launch the instance network - Map of nodename to its network(s) cpus - Number of vcpu in the instance mem - Memory size of the instance floating_ip - Map of nodename to its floating ip, if assigned
4475ea1a
-
- Aug 30, 2019
-
-
Bo-Chun Chen authored8c4cf5b9
-
- Aug 29, 2019
-
-
Bo-Chun Chen authored
To avoid error when there's two images with same name use data source to get the latest image to boot up compute nodes
0def2d05 -
Bo-Chun Chen authoredf0911acf
-
- Aug 28, 2019
-
-
Bo-Chun Chen authored
Changing ohpc id and compute node id will trigger it Will run node registration on ohpc node.
ba6e56a6 -
Bo-Chun Chen authored
Accessible by calling module.create-ohpc-instance.id will return a string
40202aea -
Bo-Chun Chen authored
Accessible by calling module.nodes.network will return a map which key is node name and its network info
67e54aeb -
Bo-Chun Chen authored
Accessible by calling module.nodes.id will return a list of compute node id Mainly using for null-resource trigger
3bed2fcf -
Bo-Chun Chen authored
Modify warewulf config file with compute node info
10ecec7e
-
- Aug 27, 2019
-
-
Bo-Chun Chen authored
c0 to compute
0f464fe8
-
- Aug 21, 2019
-
-
Bo-Chun Chen authored
Point to diedpigs/CRI_XCBC on branch feat-update-private-ip
de66a074
-