-
Notifications
You must be signed in to change notification settings - Fork 12
Added all the modified files #310
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
Open
vijayrap
wants to merge
3
commits into
master
Choose a base branch
from
contrail-monitor-work-2008R
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
85 changes: 85 additions & 0 deletions
85
deploy/crds/contrail.juniper.net_contrailmonitors_crd.yaml
This file contains hidden or 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,85 @@ | ||
| apiVersion: apiextensions.k8s.io/v1beta1 | ||
| kind: CustomResourceDefinition | ||
| metadata: | ||
| name: contrailmonitors.contrail.juniper.net | ||
| spec: | ||
| group: contrail.juniper.net | ||
| names: | ||
| kind: Contrailmonitor | ||
| listKind: ContrailmonitorList | ||
| plural: contrailmonitors | ||
| singular: contrailmonitor | ||
| scope: Namespaced | ||
| subresources: | ||
| status: {} | ||
| validation: | ||
| openAPIV3Schema: | ||
| description: Contrailmonitor is the Schema for the contrailmonitors API | ||
| properties: | ||
| apiVersion: | ||
| description: 'APIVersion defines the versioned schema of this representation | ||
| of an object. Servers should convert recognized schemas to the latest | ||
| internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' | ||
| type: string | ||
| kind: | ||
| description: 'Kind is a string value representing the REST resource this | ||
| object represents. Servers may infer this from the endpoint the client | ||
| submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' | ||
| type: string | ||
| metadata: | ||
| type: object | ||
| spec: | ||
| description: ContrailmonitorSpec defines the desired state of Contrailmonitor | ||
| properties: | ||
| serviceConfiguration: | ||
| description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster | ||
| Important: Run "operator-sdk generate k8s" to regenerate code after | ||
| modifying this file Add custom validation using kubebuilder tags: | ||
| https://book-v1.book.kubebuilder.io/beyond_basics/generating_crd.html' | ||
| properties: | ||
| cassandraInstance: | ||
| type: string | ||
| commandInstance: | ||
| type: string | ||
| configInstance: | ||
| type: string | ||
| controlInstance: | ||
| type: string | ||
| keystoneInstance: | ||
| type: string | ||
| memcachedInstance: | ||
| type: string | ||
| postgresInstance: | ||
| type: string | ||
| provisionmanagerInstance: | ||
| type: string | ||
| rabbitmqInstance: | ||
| type: string | ||
| webuiInstance: | ||
| type: string | ||
| zookeeperInstance: | ||
| type: string | ||
| type: object | ||
| required: | ||
| - serviceConfiguration | ||
| type: object | ||
| status: | ||
| description: ContrailmonitorStatus defines the observed state of Contrailmonitor | ||
| properties: | ||
| active: | ||
| description: 'INSERT ADDITIONAL STATUS FIELD - define observed state | ||
| of cluster Important: Run "operator-sdk generate k8s" to regenerate | ||
| code after modifying this file Add custom validation using kubebuilder | ||
| tags: https://book-v1.book.kubebuilder.io/beyond_basics/generating_crd.html' | ||
| type: boolean | ||
| name: | ||
| type: string | ||
| required: | ||
| - name | ||
| type: object | ||
| type: object | ||
| version: v1alpha1 | ||
| versions: | ||
| - name: v1alpha1 | ||
| served: true | ||
| storage: true |
43 changes: 43 additions & 0 deletions
43
deploy/crds/contrail.juniper.net_contrailstatusmonitors_crd.yaml
This file contains hidden or 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,43 @@ | ||
| apiVersion: apiextensions.k8s.io/v1beta1 | ||
| kind: CustomResourceDefinition | ||
| metadata: | ||
| name: contrailstatusmonitors.contrail.juniper.net | ||
| spec: | ||
| additionalPrinterColumns: | ||
| - JSONPath: .status | ||
| description: Number of instances in group | ||
| name: Status | ||
| type: string | ||
| group: contrail.juniper.net | ||
| names: | ||
| kind: Contrailstatusmonitor | ||
| listKind: ContrailstatusmonitorList | ||
| plural: contrailstatusmonitors | ||
| singular: contrailstatusmonitor | ||
| scope: Namespaced | ||
| subresources: {} | ||
| validation: | ||
| openAPIV3Schema: | ||
| description: Contrailstatusmonitor is the Schema for the contrailstatusmonitors | ||
| API | ||
| properties: | ||
| apiVersion: | ||
| description: 'APIVersion defines the versioned schema of this representation | ||
| of an object. Servers should convert recognized schemas to the latest | ||
| internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' | ||
| type: string | ||
| kind: | ||
| description: 'Kind is a string value representing the REST resource this | ||
| object represents. Servers may infer this from the endpoint the client | ||
| submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' | ||
| type: string | ||
| metadata: | ||
| type: object | ||
| status: | ||
| type: string | ||
| type: object | ||
| version: v1alpha1 | ||
| versions: | ||
| - name: v1alpha1 | ||
| served: true | ||
| storage: true |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
7 changes: 7 additions & 0 deletions
7
deploy/crds/contrail.juniper.net_v1alpha1_contrailmonitor_cr.yaml
This file contains hidden or 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,7 @@ | ||
| apiVersion: contrail.juniper.net/v1alpha1 | ||
| kind: Contrailmonitor | ||
| metadata: | ||
| name: example-contrailmonitor | ||
| spec: | ||
| # Add fields here | ||
| size: 3 |
11 changes: 11 additions & 0 deletions
11
deploy/crds/contrail.juniper.net_v1alpha1_contrailstatusmonitor_cr.yaml
This file contains hidden or 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,11 @@ | ||
| apiVersion: contrail.juniper.net/v1alpha1 | ||
| kind: Contrailstatusmonitor | ||
| metadata: | ||
| name: cassandra1 | ||
| status: functional | ||
| --- | ||
| apiVersion: contrail.juniper.net/v1alpha1 | ||
| kind: Contrailstatusmonitor | ||
| metadata: | ||
| name: zookeeper1 | ||
| status: non-functional |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update operator-sdk to version v0.17.1 as described in documentation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per document, for 2008R we are using the older version, I have noticed u have changes done in master not in 2008R.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but this is PR to master