Various improvements

- Refer to fabric-v1model.p4 in quickstart and mention the future plan
- Remove reference to private docker registry from deployment guide
- Update port ID in both netcfg and chassis config
- Remove private links from ignore list
- Update link to QoS config generator script
- Add link to SD-Fabric helm chart in PFCP configuration section
- Fix GitHub link anchor issue

Change-Id: I5272cb7363176d741a03145242a40db502d2fb24
diff --git a/deployment.rst b/deployment.rst
index 6d4b6a0..c55d3aa 100644
--- a/deployment.rst
+++ b/deployment.rst
@@ -21,20 +21,15 @@
    Kubernetes ``label`` and ``taint`` are used to configure switches as special Kubernetes worker nodes.
    This is to make sure we deploy Stratum (and only Stratum) on switches.
 
-3. **Prepare access credential for SD-Fabric images**
-
-   SD-Fabric images are hosted on an ONF member-only Docker registry.
-   You need to obtain access token and supply that as part of the Helm value in Step 6.
-
-4. **Prepare ONOS network configuration**
+3. **Prepare ONOS network configuration**
 
    Network configuration defines properties such as switch pipeconf, subnet and VLAN.
 
-5. **Prepare Stratum chassis configuration for each switch**
+4. **Prepare Stratum chassis configuration for each switch**
 
    Chassis config defines switch properties such as port speed and breakout.
 
-6. **Install SD-Fabric** using Helm
+5. **Install SD-Fabric** using Helm
 
    Finally, we are going to install SD-Fabric with the information we prepared in Step 1 to 5.
 
@@ -114,35 +109,17 @@
      leaf1   Ready    worker   27d   v1.18.8
      leaf2   Ready    worker   27d   v1.18.8
 
-
-Step 3: Prepare access credential for SD-Fabric images
-------------------------------------------------------
-
-Container images can be download from ONF self-hosted container registry but you have to gain the access token first.
-
-1. Login to `Aether Harbor Registry <https://registry.aetherproject.org/harbor/sign-in?redirect_url=%2Fharbor%2Fprojects>`_ using your ONF Crowd credential,
-2. Select ``User Profile`` drop-down menu in the upper-right corner
-3. Generate the CLI secret and it's the secret token you have to access the container registry via CLI tool.
-4. Login to the container registry with your username and access token
-   by ``docker login command`` to ensure you can access it.
-
-.. code-block::
-
-      ╰─$ docker login registry.aetherproject.org --username hwchiu
-      Password:
-      Login Succeeded
-
-Step 4: Prepare ONOS network configuration
+Step 3: Prepare ONOS network configuration
 ------------------------------------------
    See :ref:`onos_network_config` for instructions
 
-Step 5: Prepare Stratum chassis configuration
+Step 4: Prepare Stratum chassis configuration
 ---------------------------------------------
    See See :ref:`stratum_chassis_config` for instructions
 
 .. _install_sd_fabric:
 
-Step 6: Install SD-Fabric with Helm
+Step 5: Install SD-Fabric with Helm
 -----------------------------------
 
 To install SD-Fabric into your Kubernetes cluster, follow instructions