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

Add flavor configuration based on the offering #29

Open
daniel-butler-irl opened this issue Nov 5, 2024 · 0 comments
Open

Add flavor configuration based on the offering #29

daniel-butler-irl opened this issue Nov 5, 2024 · 0 comments
Labels
feature For new features or enhancements

Comments

@daniel-butler-irl
Copy link
Owner

daniel-butler-irl commented Nov 5, 2024

  • Include a custom_config picker
   {
        "key": "cluster_id",
        "type": "string",
        "default_value": "",
        "description": "The ID of the cluster to deploy the agents.",
        "display_name": "Cluster",
        "required": true,
        "custom_config": {
            "type": "cluster_var",
            "grouping": "deployment",
            "original_grouping": "deployment"
        }
    },
  • ability to add options
  {
      "key": "region",
      "required": true,
      "default_value": "",
      "options": [
        {
          "displayname": "Dallas (us-south)",
          "value": "us-south"
        },
        {
          "displayname": "Frankfurt (eu-de)",
          "value": "eu-de"
        },
        {
          "displayname": "London (eu-gb)",
          "value": "eu-gb"
        },
        {
          "displayname": "Madrid (eu-es)",
          "value": "eu-es"
        },
        {
          "displayname": "Osaka (jp-osa)",
          "value": "jp-osa"
        },
        {
          "displayname": "Sao Paulo (br-sao)",
          "value": "br-sao"
        },
        {
          "displayname": "Sydney (au-syd)",
          "value": "au-syd"
        },
        {
          "displayname": "Tokyo (jp-tok)",
          "value": "jp-tok"
        },
        {
          "displayname": "Toronto (ca-tor)",
          "value": "ca-tor"
        },
        {
          "displayname": "Washington (us-east)",
          "value": "us-east"
        }
      ]
    },
@daniel-butler-irl daniel-butler-irl added the feature For new features or enhancements label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature For new features or enhancements
Projects
None yet
Development

No branches or pull requests

1 participant