Skip to content

Conversation

jdewinne
Copy link
Member

@jdewinne jdewinne commented Apr 19, 2024

Changes:

  • Upgrade replicated-lib to 0.0.1-beta.13
  • Added action create-object-store
  • Added action create-postgres
  • Added action expose-port

For review:
Anything under dist is generated and can be ignored.

Comment on lines 12 to 15
bucket-name:
description: "Name of the bucket to create"
required: true
default: ""
Copy link
Member

Choose a reason for hiding this comment

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

We should be consistent with the cli for all inputs

Suggested change
bucket-name:
description: "Name of the bucket to create"
required: true
default: ""
bucket-prefix:
description: "A prefix for the bucket name to be created"
required: true
default: ""

Copy link
Member Author

Choose a reason for hiding this comment

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

The cli uses bucket as flag

description: "Instance type to provision"
required: false
disk:
description: "Disk size in GiB"
Copy link
Member

Choose a reason for hiding this comment

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

The cli sets the default to be 200 GiB. Do we need to do the same or will the api handle that?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, if empty, the api should handle it.

emosbaugh
emosbaugh previously approved these changes Apr 19, 2024
@jdewinne jdewinne merged commit ad999e8 into main Apr 19, 2024
@jdewinne jdewinne deleted the joshd/sc-101450/cloud-addons-github-action branch April 19, 2024 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants