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
CB-16056 Support recipes for FreeIPA provisioning/termination
It is phase1 implementation. I will rename CM recipe types like post_CM_install to something like post_service_install etc, but not in this PR, it will be a separated PR. Attaching / detaching recipes are not supported yet, but it is part of the plan, so it will be implemented in phase2.
Recipes saved into both env service then freeipa service because of restartable flows. Salt states moved to the common salt directory and reused the whole original salt logic.
Copy file name to clipboardexpand all lines: environment-api/src/main/java/com/sequenceiq/environment/api/doc/environment/EnvironmentModelDescription.java
+1
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,7 @@ public class EnvironmentModelDescription {
128
128
publicstaticfinalStringENCRYPTION_KEY = "Key Resource of the Customer Managed Encryption Key to encrypt GCP resources";
129
129
130
130
publicstaticfinalStringFREEIPA_AWS_PARAMETERS = "Aws specific FreeIpa parameters";
Copy file name to clipboardexpand all lines: environment-api/src/main/java/com/sequenceiq/environment/api/v1/environment/model/request/AttachedFreeIpaRequest.java
0 commit comments