-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #325 from sdatko/epsilon-ceph
Enable Ceph in uni05epsilon This change adds the Ceph nodes in uni05epsilon and configures Cinder and Glance services to use it. The implementation is inspired by uni03gamma AKA va/hci. It also removes Octavia from kustomizations, as it is not functional yet anyway and probably it's setup will be handled differently. The network definition remains though there in the control-plane/nncp/values.yaml to be reused. The change requires shuffling in services configuration, e.g. Cinder and Glance needs to be set in later step, so the corresponding readme updates were introduced. Reviewed-by: Luigi Toscano Reviewed-by: Szymon Datko Reviewed-by: Andrew Bays <[email protected]> Reviewed-by: John Fulton <[email protected]>
- Loading branch information
Showing
31 changed files
with
1,001 additions
and
886 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
dt/uni05epsilon/edpm-post-ceph/deployment/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
apiVersion: kustomize.config.k8s.io/v1alpha1 | ||
kind: Component | ||
|
||
transformers: | ||
- |- | ||
apiVersion: builtin | ||
kind: NamespaceTransformer | ||
metadata: | ||
name: _ignored_ | ||
namespace: openstack | ||
setRoleBindingSubjects: none | ||
unsetOnly: true | ||
fieldSpecs: | ||
- path: metadata/name | ||
kind: Namespace | ||
create: true | ||
components: | ||
- ../../../../lib/dataplane/deployment | ||
|
||
replacements: | ||
- source: | ||
kind: ConfigMap | ||
name: edpm-deployment-values-post-ceph | ||
fieldPath: data.deployment.name | ||
targets: | ||
- select: | ||
kind: OpenStackDataPlaneDeployment | ||
fieldPaths: | ||
- metadata.name | ||
options: | ||
create: true |
Oops, something went wrong.