Deploy FlexRAN 21.07 on StarlingX in StarlingX has a duplicated command in block of code
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
StarlingX |
In Progress
|
Undecided
|
Elisamara Aoki Gonçalves |
Bug Description
This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes:
- [x] This doc is inaccurate in this way: duplicated command in block of code
- [ ] This is a doc addition request.
- [ ] I have a fix to the document that I can paste below including example: input and output.
If you have a troubleshooting or support issue, use the following resources:
- The mailing list: https:/
- IRC: 'openstack' channel on OFTC
-------
Release: on 2023-10-05 22:22:32
SHA:
Source: /sample_
URL: https:/
-------
Brief Description
-----------------
In section "FlexRAN build preparation" there is a duplicated command "kubectl create -f volume-ceph.yaml" in this block of code:
```
cat > volume-ceph.yaml << 'EOF'
kind: PersistentVolum
apiVersion: v1
metadata:
name: flexran-storage
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 80Gi
storageClassName: general
EOF
kubectl create -f volume-ceph.yaml
kubectl create -f volume-ceph.yaml
persistentvolum
controller-0:~$ kubectl get pvc
NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE
flexran-storage Bound pvc-43e50806-
```
Severity
--------
Provide the severity of the defect.
<Minor: System/Feature is usable with minor issue>
Steps to Reproduce
------------------
1 - go to URL
2 - go to section "FlexRAN build preparation"
3 - check that the first block of code has a duplicated command
Expected Behavior
------------------
no duplication
Actual Behavior
----------------
duplicated command
Reproducibility
---------------
Reproducible
System Configuration
-------
N/A
Branch/Pull Time/Commit
-------
N/A
Last Pass
---------
N/A
Timestamp/Logs
--------------
N/A
Test Activity
-------------
N/A
Workaround
----------
N/A
Changed in starlingx: | |
assignee: | nobody → Elisamara Aoki Gonçalves (egoncalv) |
Fix proposed to branch: master /review. opendev. org/c/starlingx /docs/+ /897555
Review: https:/