-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added the running rosa spots ability #347
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"aws_profile": "", | ||
"aws_access_key_id": "", | ||
"aws_secret_access_key": "", | ||
"aws_authentication_method": "sts", | ||
"rosa_environment": "staging", | ||
"rosa_cli_version": "container", | ||
"ocm_environment": "stage", | ||
"managed_channel_group": "nightly", | ||
"managed_ocp_version": "latest", | ||
"openshift_worker_count": 24, | ||
"openshift_network_type": "OVNKubernetes", | ||
"openshift_worker_instance_type": "m5.2xlarge", | ||
"machineset_metadata_label_prefix": "machine.openshift.io", | ||
"openshift_workload_node_instance_type": "m5.2xlarge", | ||
"enable_spot_workers": true | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,5 +36,6 @@ | |
"ocm_cli_fork": "https://github.com/openshift-online/ocm-cli", | ||
"ocm_cli_version": "container", | ||
"rosa_hcp": "false", | ||
"aws_region": "us-west-2" | ||
"aws_region": "us-west-2", | ||
"enable_spot_workers": false | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please add: There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Default , there is no variable with that name There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You can declare a new variable with empty/null/default values in There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok |
||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be:
install: rosa/ovb-small-spot.json
-->install: rosa/ovn-small-spot.json