Skip to content
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

chore: add cloud entry #807

Merged
merged 2 commits into from
Nov 29, 2022
Merged

chore: add cloud entry #807

merged 2 commits into from
Nov 29, 2022

Conversation

arthur657834
Copy link
Contributor

@arthur657834 arthur657834 commented Nov 21, 2022

Signed-off-by: arthur657834 kingkom7834@126.com

Describe what this PR does / why we need it

add aliyun experiment

Does this pull request fix one issue?

Describe how you did it

Describe how to verify it

blade create aliyun ecs --accessKeyId xxx --accessKeySecret yyy --regionId cn-qingdao --type stop --instances i-x,i-y

blade create aliyun networkInterface --accessKeyId xxx --accessKeySecret yyy --regionId cn-qingdao --type remove --networkInterfaceId i-x

blade create aliyun privateIp --accessKeyId xxx --accessKeySecret yyy --type unassign --regionId cn-qingdao --networkInterfaceId n-x --privateIpAddress 1.1.1.1,2.2.2.2

blade create aliyun publicIp --accessKeyId xxx --accessKeySecret yyy --type release --publicIpAddress 1.1.1.1

blade create aliyun securityGroup --accessKeyId xxx --accessKeySecret yyy --regionId cn-qingdao --type delete --securityGroupId i-x

blade create aliyun vSwitch --accessKeyId xxx --accessKeySecret yyy --type delete --vSwitchId i-x

blade create aliyun disk --accessKeyId xxx --accessKeySecret yyy --type attach --diskId i-x --instanceId i-x

Special notes for reviews

@MandssS MandssS added this to the v1.7.1 milestone Nov 29, 2022
}

func (*Executor) Name() string {
return "os"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

os -> cloud

Signed-off-by: arthur657834 <kingkom7834@126.com>
Signed-off-by: arthur657834 <kingkom7834@126.com>
@MandssS MandssS merged commit d7cae27 into chaosblade-io:master Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants