components/openstack/horizon/horizon.p5m
changeset 1765 dabcbc66ca36
parent 1763 bda239c7cb8f
child 1820 f3a6bd7bd4a6
equal deleted inserted replaced
1764:c89163761bd9 1765:dabcbc66ca36
    54 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    54 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    55 set name=info.upstream value="OpenStack <[email protected]>"
    55 set name=info.upstream value="OpenStack <[email protected]>"
    56 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    56 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    57 set name=org.opensolaris.arc-caseid value=PSARC/2013/350 value=PSARC/2014/058
    57 set name=org.opensolaris.arc-caseid value=PSARC/2013/350 value=PSARC/2014/058
    58 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    58 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    59 file files/openstack-dashboard.conf \
    59 file files/openstack-dashboard-http.conf \
    60     path=etc/apache2/2.2/conf.d/openstack-dashboard.conf \
    60     path=etc/apache2/2.2/samples-conf.d/openstack-dashboard-http.conf
    61     refresh_fmri=svc:/network/http:apache22
    61 file files/openstack-dashboard-tls.conf \
       
    62     path=etc/apache2/2.2/samples-conf.d/openstack-dashboard-tls.conf
    62 file files/local_settings.py path=etc/openstack_dashboard/local_settings.py \
    63 file files/local_settings.py path=etc/openstack_dashboard/local_settings.py \
    63     mode=0644 overlay=allow pkg.tmp.autopyc=false preserve=true
    64     mode=0644 overlay=allow pkg.tmp.autopyc=false preserve=true
    64 file path=usr/lib/python$(PYVER)/vendor-packages/horizon-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
    65 file path=usr/lib/python$(PYVER)/vendor-packages/horizon-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
    65 file path=usr/lib/python$(PYVER)/vendor-packages/horizon-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
    66 file path=usr/lib/python$(PYVER)/vendor-packages/horizon-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
    66 file path=usr/lib/python$(PYVER)/vendor-packages/horizon-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
    67 file path=usr/lib/python$(PYVER)/vendor-packages/horizon-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
   764 file path=usr/lib/python$(PYVER)/vendor-packages/openstack_dashboard/wsgi/django.wsgi
   765 file path=usr/lib/python$(PYVER)/vendor-packages/openstack_dashboard/wsgi/django.wsgi
   765 link path=var/lib/openstack_dashboard/static/horizon \
   766 link path=var/lib/openstack_dashboard/static/horizon \
   766     target=../../../../../usr/lib/python$(PYVER)/vendor-packages/horizon/static/horizon
   767     target=../../../../../usr/lib/python$(PYVER)/vendor-packages/horizon/static/horizon
   767 license horizon.license license="Apache v2.0" \
   768 license horizon.license license="Apache v2.0" \
   768     com.oracle.info.description="Horizon, the OpenStack web based user interface service" \
   769     com.oracle.info.description="Horizon, the OpenStack web based user interface service" \
   769     com.oracle.info.name=$(COMPONENT_NAME) \
   770     com.oracle.info.name=$(COMPONENT_NAME) com.oracle.info.tpno=16292 \
   770     com.oracle.info.tpno=16292 com.oracle.info.version=$(IPS_COMPONENT_VERSION)
   771     com.oracle.info.version=$(IPS_COMPONENT_VERSION)
   771 license solaris.css.license license="Apache v2.0 (Solaris theme)" \
   772 license solaris.css.license license="Apache v2.0 (Solaris theme)" \
   772     com.oracle.info.description="the Solaris theme for the OpenStack Dashboard" \
   773     com.oracle.info.description="the Solaris theme for the OpenStack Dashboard" \
   773     com.oracle.info.name=$(COMPONENT_NAME) \
   774     com.oracle.info.name=$(COMPONENT_NAME) com.oracle.info.tpno=16775 \
   774     com.oracle.info.tpno=16775 com.oracle.info.version=1.0
   775     com.oracle.info.version=1.0
   775 
   776 
   776 # force a dependency on the Python runtime
   777 # force a dependency on the Python runtime
   777 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
   778 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
   778     pkg.debug.depend.path=usr/bin
   779     pkg.debug.depend.path=usr/bin
   779 
   780