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

Disambiguate Deployment Targets #43

Open
11 tasks
jbristowe opened this issue Nov 27, 2020 · 0 comments
Open
11 tasks

Disambiguate Deployment Targets #43

jbristowe opened this issue Nov 27, 2020 · 0 comments
Assignees
Labels
kind/enhancement New feature or request
Milestone

Comments

@jbristowe
Copy link
Contributor

jbristowe commented Nov 27, 2020

Is your feature request related to a problem? Please describe.
Deployment targets are ONLY differentiated by their associated endpoint (or communication style). This is non-optimal since deployment target types cannot be identified without inspection of the underlying endpoint.

Describe the solution you'd like
Deployment targets should be classified by their role (i.e. listening tentacle).

Additional context
The following types are to be implemented and based from DeploymentTarget:

  • AzureCloudServiceDeploymentTarget
  • AzureVirtualMachineDeploymentTarget (TBD)
  • AzureWebAppDeploymentTarget (TBD)
  • AzureWebAppDeploymentTarget (TBD)
  • CloudRegionDeploymentTarget
  • KubernetesClusterDeploymentTarget
  • ListeningTentacleDeploymentTarget
  • OfflinePackageDropDeploymentTarget
  • PollingTentacleDeploymentTarget
  • ServiceFabricClusterDeploymentTarget
  • SSHConnectionDeploymentTarget
@jbristowe jbristowe self-assigned this Nov 27, 2020
@jbristowe jbristowe added the kind/enhancement New feature or request label Nov 27, 2020
@jbristowe jbristowe added this to the v1.8 milestone Nov 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant