On 01/ 7/10 11:20 AM, Shawn Walker wrote: > Does anyone know what the (rough) target dates are for AI supporting > multiple origins? > > The last I checked a sample AI manifest [1], it had something like this: > > <ai_pkg_repo_default_publisher> > <main url="http://pkg.opensolaris.org/release" > publisher="opensolaris.org"/> > <mirror url=""/> > </ai_pkg_repo_default_publisher> > > Is there a plan to add a <origin> tag?
Not at the moment. I've just filed an rfe for adding this -- 13761 Question, when a client configures a publisher with multiple origins, are they all treated equally? or is there something special about the one specified with the -p vs. the additional ones with -g? The image-create example given: $ pkg image-create -F -p example.com=http://pkg.example.com:10000 \ -g http://alternate1.example.com:10000/ \ -g http://alternate2.example.com:10000/ \ -m http://mirror.example.com:10000/ \ /aux0/example_root > (On a sidenote, main seems an odd > name for the element here, is there a man page documenting the manifest > format somewhere?) There isn't a man page for it at this time. thanks, -ethan > > I sent out a notice about this new pkg(5) functionality on Nov. 18th [2]. >
