Commit f153f72
committed
feat(snc): add --profile flag with virtualization addon support
Add a profile system to the OpenShift SNC command that allows
installing addons on the cluster after deployment. The first
supported profile is 'virtualization' which installs the OCP
Virtualization (CNV) operator and enables nested virtualization
on the compute instance.
Signed-off-by: Jose Angel Morena <jmorenas@redhat.com>1 parent d874d63 commit f153f72
493 files changed
Lines changed: 111012 additions & 7 deletions
File tree
- cmd/mapt/cmd/aws/services
- docs/aws
- pkg
- provider/aws/action/snc
- target/service/snc
- vendor
- github.com
- davecgh/go-spew
- spew
- fxamacker/cbor/v2
- munnerz/goautoneg
- x448/float16
- go.yaml.in/yaml/v2
- golang.org/x
- oauth2
- internal
- time
- rate
- gopkg.in/inf.v0
- k8s.io
- apimachinery
- pkg
- apis/meta/v1
- unstructured
- api
- errors
- meta
- operation
- resource
- validate
- constraints
- content
- conversion
- queryparams
- fields
- labels
- runtime
- schema
- serializer
- cbor
- direct
- internal/modes
- json
- protobuf
- recognizer
- streaming
- versioning
- selection
- types
- util
- dump
- errors
- framer
- intstr
- json
- naming
- net
- runtime
- sets
- validation
- field
- version
- wait
- yaml
- version
- watch
- third_party/forked/golang
- reflect
- client-go
- dynamic
- features
- pkg
- apis/clientauthentication
- install
- v1beta1
- v1
- version
- plugin/pkg/client/auth/exec
- rest
- watch
- tools
- auth
- clientcmd
- api
- latest
- v1
- metrics
- transport
- util
- apply
- cert
- connrotation
- flowcontrol
- homedir
- keyutil
- workqueue
- klog/v2
- internal
- buffer
- clock
- dbg
- serialize
- severity
- sloghandler
- kube-openapi
- pkg/util
- utils
- clock
- internal/third_party/forked/golang
- net
- net
- ptr
- sigs.k8s.io
- json
- internal/golang/encoding/json
- randfill
- bytesource
- structured-merge-diff/v6
- value
- yaml
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
51 | 54 | | |
52 | 55 | | |
53 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
54 | 65 | | |
55 | 66 | | |
56 | 67 | | |
| |||
62 | 73 | | |
63 | 74 | | |
64 | 75 | | |
65 | | - | |
| 76 | + | |
66 | 77 | | |
67 | 78 | | |
68 | 79 | | |
69 | 80 | | |
70 | 81 | | |
71 | | - | |
| 82 | + | |
| 83 | + | |
72 | 84 | | |
73 | 85 | | |
74 | 86 | | |
| |||
82 | 94 | | |
83 | 95 | | |
84 | 96 | | |
| 97 | + | |
85 | 98 | | |
86 | 99 | | |
87 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
| 106 | + | |
104 | 107 | | |
| 108 | + | |
105 | 109 | | |
106 | 110 | | |
107 | 111 | | |
| |||
125 | 129 | | |
126 | 130 | | |
127 | 131 | | |
| 132 | + | |
128 | 133 | | |
129 | 134 | | |
130 | 135 | | |
| |||
138 | 143 | | |
139 | 144 | | |
140 | 145 | | |
| 146 | + | |
141 | 147 | | |
142 | 148 | | |
143 | 149 | | |
| |||
151 | 157 | | |
152 | 158 | | |
153 | 159 | | |
| 160 | + | |
154 | 161 | | |
| 162 | + | |
155 | 163 | | |
| 164 | + | |
156 | 165 | | |
157 | 166 | | |
| 167 | + | |
158 | 168 | | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
159 | 176 | | |
160 | 177 | | |
161 | 178 | | |
| |||
0 commit comments