You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This Guide is for plugin developer with Cloudforet minikube installation.
This is the history of AppDynamics Plugin development.
Installation
https://cloudforet.io/docs/setup_operation/quick_install/
Use spacectl
Create User. ex) [email protected]
Create API Key
Following command will be executed by spacectl. So we need to create api token.
There is spacectl POD for developer in which spacectl is already installed.
login spacectl pod as kubectl exec -ti spacectl-8cd55f46c-hvhds /bin/bash.
In the spacectl POD
Copy default.yaml to dev.yaml
Edit dev.yaml
config spacectl
Local Repository
Now you have only one market place repository.
Create local repository
filename: local_repo.yaml
command
List repositories
Provider
We have only 3 default providers.
Create new AppDynamics provider
filename: provider.yaml
command: spacectl exec create identity.Provider -f provider.yaml
Now we have 4 providers
Schema
We are going to add schema in new repository.
filename: schema.yaml
command: spacectl exec create repository.Schema -f schema.yaml
After creating provider and schema, you can see appdynamics service account.
Register Plugin
Time to register my new plugin.
filename: register_plugin.yaml
command: spacectl exec register repository.Plugin -f register_plugin.yaml
You can see AppDynamics plugin in dev repository.
Beta Was this translation helpful? Give feedback.
All reactions