Bug 1411781 - Replace all .json format examples to .yaml format in the guide
Summary: Replace all .json format examples to .yaml format in the guide
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Gluster Storage
Classification: Red Hat Storage
Component: doc-Container_Native_Storage_with_OpenShift
Version: rhgs-3.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: CNS 3.5
Assignee: Divya
QA Contact: Prasanth
URL:
Whiteboard:
Depends On:
Blocks: 1415603
TreeView+ depends on / blocked
 
Reported: 2017-01-10 13:12 UTC by Divya
Modified: 2017-11-17 05:22 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-11-17 05:18:47 UTC
Embargoed:


Attachments (Terms of Use)

Comment 5 Prasanth 2017-04-12 15:26:30 UTC
(In reply to Divya from comment #4)
> Replaced .json to .yaml file wherever applicable.
> 
> Link to the latest doc:
> http://ccs-jenkins.gsslab.brq.redhat.com:8080/job/doc-
> Red_Hat_Gluster_Storage-3.5-Container_Native_Storage_with_OpenShift_Platform-
> branch-master/lastSuccessfulBuild/artifact/tmp/en-US/html-single/index.html

Comment1:
$$$$$$$$$$$$$$$$$$$
The following lines still have json reference which can actually be convereted into .yaml:

* 5.1. Static Provisioning of Volumes
	10. Create a persistent volume claim file. For example:  
		# cat pvc.json 
      

* 11.  Bind the persistent volume to the persistent volume claim by executing the following command:
		# oc create -f pvc.json
$$$$$$$$$$$$$$$$$$$


Comment2:
########
The following places have ".yml" extensions which doesn't seems to be the official extension.

* 5.1. Static Provisioning of Volumes:

	* 13.  The claim can now be used in the application:
For example:
	# cat app.yml


* oc create -f app.yml


* 5.2.1.5. Using the Claim in a Pod
	# cat app.yml
	# oc create -f app.yml

Please use ".yaml" when possible as that's the official extension for YAML files
########

Reassigning it back to make the above changes.

Comment 7 Prasanth 2017-04-17 13:42:17 UTC
(In reply to Divya from comment #6)
> I have updated the following changes:
> 
> pvc.json > pvc.yaml
> .yml > .yaml
> 
> Link to the updated doc:
> http://ccs-jenkins.gsslab.brq.redhat.com:8080/job/doc-
> Red_Hat_Gluster_Storage-3.5-Container_Native_Storage_with_OpenShift_Platform-
> branch-master/lastSuccessfulBuild/artifact/tmp/en-US/html-single/index.
> html#chap-Documentation-
> Red_Hat_Gluster_Storage_Container_Native_with_OpenShift_Platform-
> OpenShift_Creating_Persistent_Volumes-Static_Prov

The above mentioned changes has been incorporated. 

Moving it to verified.


Note You need to log in before you can comment on or make changes to this bug.