Componenets missing in newly installed open edx ironwood.master version ubuntu 16.04

Hi Team,

I installed iron wood master version in my local Ubuntu 16.04 OS. But its all components were not were present. I followed the following steps:
step 1 : export OPENEDX_RELEASE =open-release/ironwood.master
step 2 : created a config file and added the following :
EDXAPP_LMS_BASE: “localhost”
EDXAPP_CMS_BASE: “localhost:18010”
step 3 : wget https: / / raw.githubusercontent.com / edx / configuration / $OPENEDX_RELEASE / util / install / ansible - bootstrap.sh - O - | sudo - E bash
step 4 : wget https: / / raw.githubusercontent.com / edx / configuration / $OPENEDX_RELEASE / util / install / generate - passwords.sh - O - | bash
step 5 : wget https: / / raw.githubusercontent.com / edx / configuration / $OPENEDX_RELEASE / util / install / native.sh - O - | bash

after installation, performed following command : /edx/bin/supervisorctl status,( output is given)

analytics_api RUNNING pid 16725, uptime 0:10:27
cms RUNNING pid 8261, uptime 0:13:15
ecommerce RUNNING pid 13246, uptime 0:11:25
ecomworker RUNNING pid 15229, uptime 0:10:58
edxapp_worker:cms_default_1 RUNNING pid 28711, uptime 0:20:17
edxapp_worker:cms_high_1 RUNNING pid 28824, uptime 0:20:13
edxapp_worker:lms_default_1 RUNNING pid 28938, uptime 0:20:10
edxapp_worker:lms_high_1 RUNNING pid 29051, uptime 0:20:06
edxapp_worker:lms_high_mem_1 RUNNING pid 29165, uptime 0:20:03
forum RUNNING pid 666, uptime 0:00:32
insights RUNNING pid 20100, uptime 0:08:21
lms RUNNING pid 8209, uptime 0:13:17

Please support me to solve this issue.
note : Please find the attached log file install-log-of-ironwood-master-in-ubuntu-16.04.pdf (137.8 KB)