oc_process.py 56 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import json
  36. import os
  37. import re
  38. import shutil
  39. import subprocess
  40. import tempfile
  41. # pylint: disable=import-error
  42. try:
  43. import ruamel.yaml as yaml
  44. except ImportError:
  45. import yaml
  46. from ansible.module_utils.basic import AnsibleModule
  47. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  48. # -*- -*- -*- Begin included fragment: doc/process -*- -*- -*-
  49. DOCUMENTATION = '''
  50. ---
  51. module: oc_process
  52. short_description: Module to process openshift templates
  53. description:
  54. - Process openshift templates programmatically.
  55. options:
  56. state:
  57. description:
  58. - State has a few different meanings when it comes to process.
  59. - state: present - This state runs an `oc process <template>`. When used in
  60. - conjunction with 'create: True' the process will be piped to | oc create -f
  61. - state: absent - will remove a template
  62. - state: list - will perform an `oc get template <template_name>`
  63. default: present
  64. choices: ["present", "absent", "list"]
  65. aliases: []
  66. kubeconfig:
  67. description:
  68. - The path for the kubeconfig file to use for authentication
  69. required: false
  70. default: /etc/origin/master/admin.kubeconfig
  71. aliases: []
  72. debug:
  73. description:
  74. - Turn on debug output.
  75. required: false
  76. default: False
  77. aliases: []
  78. template_name:
  79. description:
  80. - Name of the openshift template that is being processed.
  81. required: false
  82. default: None
  83. aliases: []
  84. namespace:
  85. description:
  86. - The namespace where the template lives.
  87. required: false
  88. default: default
  89. aliases: []
  90. content:
  91. description:
  92. - Template content that will be processed.
  93. required: false
  94. default: None
  95. aliases: []
  96. params:
  97. description:
  98. - A list of parameters that will be inserted into the template.
  99. required: false
  100. default: None
  101. aliases: []
  102. create:
  103. description:
  104. - Whether or not to create the template after being processed. e.g. oc process | oc create -f -
  105. required: False
  106. default: False
  107. aliases: []
  108. reconcile:
  109. description:
  110. - Whether or not to attempt to determine if there are updates or changes in the incoming template.
  111. default: true
  112. aliases: []
  113. author:
  114. - "Kenny Woodson <kwoodson@redhat.com>"
  115. extends_documentation_fragment: []
  116. '''
  117. EXAMPLES = '''
  118. - name: process the cloud volume provisioner template with variables
  119. oc_process:
  120. namespace: openshift-infra
  121. template_name: online-volume-provisioner
  122. create: True
  123. params:
  124. PLAT: rhel7
  125. register: processout
  126. run_once: true
  127. - debug: var=processout
  128. '''
  129. # -*- -*- -*- End included fragment: doc/process -*- -*- -*-
  130. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  131. class YeditException(Exception): # pragma: no cover
  132. ''' Exception class for Yedit '''
  133. pass
  134. # pylint: disable=too-many-public-methods
  135. class Yedit(object): # pragma: no cover
  136. ''' Class to modify yaml files '''
  137. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  138. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z{}/_-]+)"
  139. com_sep = set(['.', '#', '|', ':'])
  140. # pylint: disable=too-many-arguments
  141. def __init__(self,
  142. filename=None,
  143. content=None,
  144. content_type='yaml',
  145. separator='.',
  146. backup=False):
  147. self.content = content
  148. self._separator = separator
  149. self.filename = filename
  150. self.__yaml_dict = content
  151. self.content_type = content_type
  152. self.backup = backup
  153. self.load(content_type=self.content_type)
  154. if self.__yaml_dict is None:
  155. self.__yaml_dict = {}
  156. @property
  157. def separator(self):
  158. ''' getter method for separator '''
  159. return self._separator
  160. @separator.setter
  161. def separator(self, inc_sep):
  162. ''' setter method for separator '''
  163. self._separator = inc_sep
  164. @property
  165. def yaml_dict(self):
  166. ''' getter method for yaml_dict '''
  167. return self.__yaml_dict
  168. @yaml_dict.setter
  169. def yaml_dict(self, value):
  170. ''' setter method for yaml_dict '''
  171. self.__yaml_dict = value
  172. @staticmethod
  173. def parse_key(key, sep='.'):
  174. '''parse the key allowing the appropriate separator'''
  175. common_separators = list(Yedit.com_sep - set([sep]))
  176. return re.findall(Yedit.re_key.format(''.join(common_separators)), key)
  177. @staticmethod
  178. def valid_key(key, sep='.'):
  179. '''validate the incoming key'''
  180. common_separators = list(Yedit.com_sep - set([sep]))
  181. if not re.match(Yedit.re_valid_key.format(''.join(common_separators)), key):
  182. return False
  183. return True
  184. @staticmethod
  185. def remove_entry(data, key, sep='.'):
  186. ''' remove data at location key '''
  187. if key == '' and isinstance(data, dict):
  188. data.clear()
  189. return True
  190. elif key == '' and isinstance(data, list):
  191. del data[:]
  192. return True
  193. if not (key and Yedit.valid_key(key, sep)) and \
  194. isinstance(data, (list, dict)):
  195. return None
  196. key_indexes = Yedit.parse_key(key, sep)
  197. for arr_ind, dict_key in key_indexes[:-1]:
  198. if dict_key and isinstance(data, dict):
  199. data = data.get(dict_key)
  200. elif (arr_ind and isinstance(data, list) and
  201. int(arr_ind) <= len(data) - 1):
  202. data = data[int(arr_ind)]
  203. else:
  204. return None
  205. # process last index for remove
  206. # expected list entry
  207. if key_indexes[-1][0]:
  208. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  209. del data[int(key_indexes[-1][0])]
  210. return True
  211. # expected dict entry
  212. elif key_indexes[-1][1]:
  213. if isinstance(data, dict):
  214. del data[key_indexes[-1][1]]
  215. return True
  216. @staticmethod
  217. def add_entry(data, key, item=None, sep='.'):
  218. ''' Get an item from a dictionary with key notation a.b.c
  219. d = {'a': {'b': 'c'}}}
  220. key = a#b
  221. return c
  222. '''
  223. if key == '':
  224. pass
  225. elif (not (key and Yedit.valid_key(key, sep)) and
  226. isinstance(data, (list, dict))):
  227. return None
  228. key_indexes = Yedit.parse_key(key, sep)
  229. for arr_ind, dict_key in key_indexes[:-1]:
  230. if dict_key:
  231. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  232. data = data[dict_key]
  233. continue
  234. elif data and not isinstance(data, dict):
  235. raise YeditException("Unexpected item type found while going through key " +
  236. "path: {} (at key: {})".format(key, dict_key))
  237. data[dict_key] = {}
  238. data = data[dict_key]
  239. elif (arr_ind and isinstance(data, list) and
  240. int(arr_ind) <= len(data) - 1):
  241. data = data[int(arr_ind)]
  242. else:
  243. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  244. if key == '':
  245. data = item
  246. # process last index for add
  247. # expected list entry
  248. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  249. data[int(key_indexes[-1][0])] = item
  250. # expected dict entry
  251. elif key_indexes[-1][1] and isinstance(data, dict):
  252. data[key_indexes[-1][1]] = item
  253. # didn't add/update to an existing list, nor add/update key to a dict
  254. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  255. # non-existent array
  256. else:
  257. raise YeditException("Error adding to object at path: {}".format(key))
  258. return data
  259. @staticmethod
  260. def get_entry(data, key, sep='.'):
  261. ''' Get an item from a dictionary with key notation a.b.c
  262. d = {'a': {'b': 'c'}}}
  263. key = a.b
  264. return c
  265. '''
  266. if key == '':
  267. pass
  268. elif (not (key and Yedit.valid_key(key, sep)) and
  269. isinstance(data, (list, dict))):
  270. return None
  271. key_indexes = Yedit.parse_key(key, sep)
  272. for arr_ind, dict_key in key_indexes:
  273. if dict_key and isinstance(data, dict):
  274. data = data.get(dict_key)
  275. elif (arr_ind and isinstance(data, list) and
  276. int(arr_ind) <= len(data) - 1):
  277. data = data[int(arr_ind)]
  278. else:
  279. return None
  280. return data
  281. @staticmethod
  282. def _write(filename, contents):
  283. ''' Actually write the file contents to disk. This helps with mocking. '''
  284. tmp_filename = filename + '.yedit'
  285. with open(tmp_filename, 'w') as yfd:
  286. yfd.write(contents)
  287. os.rename(tmp_filename, filename)
  288. def write(self):
  289. ''' write to file '''
  290. if not self.filename:
  291. raise YeditException('Please specify a filename.')
  292. if self.backup and self.file_exists():
  293. shutil.copy(self.filename, self.filename + '.orig')
  294. # Try to set format attributes if supported
  295. try:
  296. self.yaml_dict.fa.set_block_style()
  297. except AttributeError:
  298. pass
  299. # Try to use RoundTripDumper if supported.
  300. if self.content_type == 'yaml':
  301. try:
  302. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  303. except AttributeError:
  304. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  305. elif self.content_type == 'json':
  306. Yedit._write(self.filename, json.dumps(self.yaml_dict, indent=4, sort_keys=True))
  307. else:
  308. raise YeditException('Unsupported content_type: {}.'.format(self.content_type) +
  309. 'Please specify a content_type of yaml or json.')
  310. return (True, self.yaml_dict)
  311. def read(self):
  312. ''' read from file '''
  313. # check if it exists
  314. if self.filename is None or not self.file_exists():
  315. return None
  316. contents = None
  317. with open(self.filename) as yfd:
  318. contents = yfd.read()
  319. return contents
  320. def file_exists(self):
  321. ''' return whether file exists '''
  322. if os.path.exists(self.filename):
  323. return True
  324. return False
  325. def load(self, content_type='yaml'):
  326. ''' return yaml file '''
  327. contents = self.read()
  328. if not contents and not self.content:
  329. return None
  330. if self.content:
  331. if isinstance(self.content, dict):
  332. self.yaml_dict = self.content
  333. return self.yaml_dict
  334. elif isinstance(self.content, str):
  335. contents = self.content
  336. # check if it is yaml
  337. try:
  338. if content_type == 'yaml' and contents:
  339. # Try to set format attributes if supported
  340. try:
  341. self.yaml_dict.fa.set_block_style()
  342. except AttributeError:
  343. pass
  344. # Try to use RoundTripLoader if supported.
  345. try:
  346. self.yaml_dict = yaml.load(contents, yaml.RoundTripLoader)
  347. except AttributeError:
  348. self.yaml_dict = yaml.safe_load(contents)
  349. # Try to set format attributes if supported
  350. try:
  351. self.yaml_dict.fa.set_block_style()
  352. except AttributeError:
  353. pass
  354. elif content_type == 'json' and contents:
  355. self.yaml_dict = json.loads(contents)
  356. except yaml.YAMLError as err:
  357. # Error loading yaml or json
  358. raise YeditException('Problem with loading yaml file. {}'.format(err))
  359. return self.yaml_dict
  360. def get(self, key):
  361. ''' get a specified key'''
  362. try:
  363. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  364. except KeyError:
  365. entry = None
  366. return entry
  367. def pop(self, path, key_or_item):
  368. ''' remove a key, value pair from a dict or an item for a list'''
  369. try:
  370. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  371. except KeyError:
  372. entry = None
  373. if entry is None:
  374. return (False, self.yaml_dict)
  375. if isinstance(entry, dict):
  376. # AUDIT:maybe-no-member makes sense due to fuzzy types
  377. # pylint: disable=maybe-no-member
  378. if key_or_item in entry:
  379. entry.pop(key_or_item)
  380. return (True, self.yaml_dict)
  381. return (False, self.yaml_dict)
  382. elif isinstance(entry, list):
  383. # AUDIT:maybe-no-member makes sense due to fuzzy types
  384. # pylint: disable=maybe-no-member
  385. ind = None
  386. try:
  387. ind = entry.index(key_or_item)
  388. except ValueError:
  389. return (False, self.yaml_dict)
  390. entry.pop(ind)
  391. return (True, self.yaml_dict)
  392. return (False, self.yaml_dict)
  393. def delete(self, path):
  394. ''' remove path from a dict'''
  395. try:
  396. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  397. except KeyError:
  398. entry = None
  399. if entry is None:
  400. return (False, self.yaml_dict)
  401. result = Yedit.remove_entry(self.yaml_dict, path, self.separator)
  402. if not result:
  403. return (False, self.yaml_dict)
  404. return (True, self.yaml_dict)
  405. def exists(self, path, value):
  406. ''' check if value exists at path'''
  407. try:
  408. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  409. except KeyError:
  410. entry = None
  411. if isinstance(entry, list):
  412. if value in entry:
  413. return True
  414. return False
  415. elif isinstance(entry, dict):
  416. if isinstance(value, dict):
  417. rval = False
  418. for key, val in value.items():
  419. if entry[key] != val:
  420. rval = False
  421. break
  422. else:
  423. rval = True
  424. return rval
  425. return value in entry
  426. return entry == value
  427. def append(self, path, value):
  428. '''append value to a list'''
  429. try:
  430. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  431. except KeyError:
  432. entry = None
  433. if entry is None:
  434. self.put(path, [])
  435. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  436. if not isinstance(entry, list):
  437. return (False, self.yaml_dict)
  438. # AUDIT:maybe-no-member makes sense due to loading data from
  439. # a serialized format.
  440. # pylint: disable=maybe-no-member
  441. entry.append(value)
  442. return (True, self.yaml_dict)
  443. # pylint: disable=too-many-arguments
  444. def update(self, path, value, index=None, curr_value=None):
  445. ''' put path, value into a dict '''
  446. try:
  447. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  448. except KeyError:
  449. entry = None
  450. if isinstance(entry, dict):
  451. # AUDIT:maybe-no-member makes sense due to fuzzy types
  452. # pylint: disable=maybe-no-member
  453. if not isinstance(value, dict):
  454. raise YeditException('Cannot replace key, value entry in dict with non-dict type. ' +
  455. 'value=[{}] type=[{}]'.format(value, type(value)))
  456. entry.update(value)
  457. return (True, self.yaml_dict)
  458. elif isinstance(entry, list):
  459. # AUDIT:maybe-no-member makes sense due to fuzzy types
  460. # pylint: disable=maybe-no-member
  461. ind = None
  462. if curr_value:
  463. try:
  464. ind = entry.index(curr_value)
  465. except ValueError:
  466. return (False, self.yaml_dict)
  467. elif index is not None:
  468. ind = index
  469. if ind is not None and entry[ind] != value:
  470. entry[ind] = value
  471. return (True, self.yaml_dict)
  472. # see if it exists in the list
  473. try:
  474. ind = entry.index(value)
  475. except ValueError:
  476. # doesn't exist, append it
  477. entry.append(value)
  478. return (True, self.yaml_dict)
  479. # already exists, return
  480. if ind is not None:
  481. return (False, self.yaml_dict)
  482. return (False, self.yaml_dict)
  483. def put(self, path, value):
  484. ''' put path, value into a dict '''
  485. try:
  486. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  487. except KeyError:
  488. entry = None
  489. if entry == value:
  490. return (False, self.yaml_dict)
  491. # deepcopy didn't work
  492. # Try to use ruamel.yaml and fallback to pyyaml
  493. try:
  494. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  495. default_flow_style=False),
  496. yaml.RoundTripLoader)
  497. except AttributeError:
  498. tmp_copy = copy.deepcopy(self.yaml_dict)
  499. # set the format attributes if available
  500. try:
  501. tmp_copy.fa.set_block_style()
  502. except AttributeError:
  503. pass
  504. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  505. if result is None:
  506. return (False, self.yaml_dict)
  507. # When path equals "" it is a special case.
  508. # "" refers to the root of the document
  509. # Only update the root path (entire document) when its a list or dict
  510. if path == '':
  511. if isinstance(result, list) or isinstance(result, dict):
  512. self.yaml_dict = result
  513. return (True, self.yaml_dict)
  514. return (False, self.yaml_dict)
  515. self.yaml_dict = tmp_copy
  516. return (True, self.yaml_dict)
  517. def create(self, path, value):
  518. ''' create a yaml file '''
  519. if not self.file_exists():
  520. # deepcopy didn't work
  521. # Try to use ruamel.yaml and fallback to pyyaml
  522. try:
  523. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  524. default_flow_style=False),
  525. yaml.RoundTripLoader)
  526. except AttributeError:
  527. tmp_copy = copy.deepcopy(self.yaml_dict)
  528. # set the format attributes if available
  529. try:
  530. tmp_copy.fa.set_block_style()
  531. except AttributeError:
  532. pass
  533. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  534. if result is not None:
  535. self.yaml_dict = tmp_copy
  536. return (True, self.yaml_dict)
  537. return (False, self.yaml_dict)
  538. @staticmethod
  539. def get_curr_value(invalue, val_type):
  540. '''return the current value'''
  541. if invalue is None:
  542. return None
  543. curr_value = invalue
  544. if val_type == 'yaml':
  545. try:
  546. # AUDIT:maybe-no-member makes sense due to different yaml libraries
  547. # pylint: disable=maybe-no-member
  548. curr_value = yaml.safe_load(invalue, Loader=yaml.RoundTripLoader)
  549. except AttributeError:
  550. curr_value = yaml.safe_load(invalue)
  551. elif val_type == 'json':
  552. curr_value = json.loads(invalue)
  553. return curr_value
  554. @staticmethod
  555. def parse_value(inc_value, vtype=''):
  556. '''determine value type passed'''
  557. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  558. 'on', 'On', 'ON', ]
  559. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  560. 'off', 'Off', 'OFF']
  561. # It came in as a string but you didn't specify value_type as string
  562. # we will convert to bool if it matches any of the above cases
  563. if isinstance(inc_value, str) and 'bool' in vtype:
  564. if inc_value not in true_bools and inc_value not in false_bools:
  565. raise YeditException('Not a boolean type. str=[{}] vtype=[{}]'.format(inc_value, vtype))
  566. elif isinstance(inc_value, bool) and 'str' in vtype:
  567. inc_value = str(inc_value)
  568. # There is a special case where '' will turn into None after yaml loading it so skip
  569. if isinstance(inc_value, str) and inc_value == '':
  570. pass
  571. # If vtype is not str then go ahead and attempt to yaml load it.
  572. elif isinstance(inc_value, str) and 'str' not in vtype:
  573. try:
  574. inc_value = yaml.safe_load(inc_value)
  575. except Exception:
  576. raise YeditException('Could not determine type of incoming value. ' +
  577. 'value=[{}] vtype=[{}]'.format(type(inc_value), vtype))
  578. return inc_value
  579. @staticmethod
  580. def process_edits(edits, yamlfile):
  581. '''run through a list of edits and process them one-by-one'''
  582. results = []
  583. for edit in edits:
  584. value = Yedit.parse_value(edit['value'], edit.get('value_type', ''))
  585. if edit.get('action') == 'update':
  586. # pylint: disable=line-too-long
  587. curr_value = Yedit.get_curr_value(
  588. Yedit.parse_value(edit.get('curr_value')),
  589. edit.get('curr_value_format'))
  590. rval = yamlfile.update(edit['key'],
  591. value,
  592. edit.get('index'),
  593. curr_value)
  594. elif edit.get('action') == 'append':
  595. rval = yamlfile.append(edit['key'], value)
  596. else:
  597. rval = yamlfile.put(edit['key'], value)
  598. if rval[0]:
  599. results.append({'key': edit['key'], 'edit': rval[1]})
  600. return {'changed': len(results) > 0, 'results': results}
  601. # pylint: disable=too-many-return-statements,too-many-branches
  602. @staticmethod
  603. def run_ansible(params):
  604. '''perform the idempotent crud operations'''
  605. yamlfile = Yedit(filename=params['src'],
  606. backup=params['backup'],
  607. content_type=params['content_type'],
  608. separator=params['separator'])
  609. state = params['state']
  610. if params['src']:
  611. rval = yamlfile.load()
  612. if yamlfile.yaml_dict is None and state != 'present':
  613. return {'failed': True,
  614. 'msg': 'Error opening file [{}]. Verify that the '.format(params['src']) +
  615. 'file exists, that it is has correct permissions, and is valid yaml.'}
  616. if state == 'list':
  617. if params['content']:
  618. content = Yedit.parse_value(params['content'], params['content_type'])
  619. yamlfile.yaml_dict = content
  620. if params['key']:
  621. rval = yamlfile.get(params['key'])
  622. return {'changed': False, 'result': rval, 'state': state}
  623. elif state == 'absent':
  624. if params['content']:
  625. content = Yedit.parse_value(params['content'], params['content_type'])
  626. yamlfile.yaml_dict = content
  627. if params['update']:
  628. rval = yamlfile.pop(params['key'], params['value'])
  629. else:
  630. rval = yamlfile.delete(params['key'])
  631. if rval[0] and params['src']:
  632. yamlfile.write()
  633. return {'changed': rval[0], 'result': rval[1], 'state': state}
  634. elif state == 'present':
  635. # check if content is different than what is in the file
  636. if params['content']:
  637. content = Yedit.parse_value(params['content'], params['content_type'])
  638. # We had no edits to make and the contents are the same
  639. if yamlfile.yaml_dict == content and \
  640. params['value'] is None:
  641. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  642. yamlfile.yaml_dict = content
  643. # If we were passed a key, value then
  644. # we enapsulate it in a list and process it
  645. # Key, Value passed to the module : Converted to Edits list #
  646. edits = []
  647. _edit = {}
  648. if params['value'] is not None:
  649. _edit['value'] = params['value']
  650. _edit['value_type'] = params['value_type']
  651. _edit['key'] = params['key']
  652. if params['update']:
  653. _edit['action'] = 'update'
  654. _edit['curr_value'] = params['curr_value']
  655. _edit['curr_value_format'] = params['curr_value_format']
  656. _edit['index'] = params['index']
  657. elif params['append']:
  658. _edit['action'] = 'append'
  659. edits.append(_edit)
  660. elif params['edits'] is not None:
  661. edits = params['edits']
  662. if edits:
  663. results = Yedit.process_edits(edits, yamlfile)
  664. # if there were changes and a src provided to us we need to write
  665. if results['changed'] and params['src']:
  666. yamlfile.write()
  667. return {'changed': results['changed'], 'result': results['results'], 'state': state}
  668. # no edits to make
  669. if params['src']:
  670. # pylint: disable=redefined-variable-type
  671. rval = yamlfile.write()
  672. return {'changed': rval[0],
  673. 'result': rval[1],
  674. 'state': state}
  675. # We were passed content but no src, key or value, or edits. Return contents in memory
  676. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  677. return {'failed': True, 'msg': 'Unkown state passed'}
  678. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  679. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  680. # pylint: disable=too-many-lines
  681. # noqa: E301,E302,E303,T001
  682. class OpenShiftCLIError(Exception):
  683. '''Exception class for openshiftcli'''
  684. pass
  685. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  686. def locate_oc_binary():
  687. ''' Find and return oc binary file '''
  688. # https://github.com/openshift/openshift-ansible/issues/3410
  689. # oc can be in /usr/local/bin in some cases, but that may not
  690. # be in $PATH due to ansible/sudo
  691. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  692. oc_binary = 'oc'
  693. # Use shutil.which if it is available, otherwise fallback to a naive path search
  694. try:
  695. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  696. if which_result is not None:
  697. oc_binary = which_result
  698. except AttributeError:
  699. for path in paths:
  700. if os.path.exists(os.path.join(path, oc_binary)):
  701. oc_binary = os.path.join(path, oc_binary)
  702. break
  703. return oc_binary
  704. # pylint: disable=too-few-public-methods
  705. class OpenShiftCLI(object):
  706. ''' Class to wrap the command line tools '''
  707. def __init__(self,
  708. namespace,
  709. kubeconfig='/etc/origin/master/admin.kubeconfig',
  710. verbose=False,
  711. all_namespaces=False):
  712. ''' Constructor for OpenshiftCLI '''
  713. self.namespace = namespace
  714. self.verbose = verbose
  715. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  716. self.all_namespaces = all_namespaces
  717. self.oc_binary = locate_oc_binary()
  718. # Pylint allows only 5 arguments to be passed.
  719. # pylint: disable=too-many-arguments
  720. def _replace_content(self, resource, rname, content, force=False, sep='.'):
  721. ''' replace the current object with the content '''
  722. res = self._get(resource, rname)
  723. if not res['results']:
  724. return res
  725. fname = Utils.create_tmpfile(rname + '-')
  726. yed = Yedit(fname, res['results'][0], separator=sep)
  727. changes = []
  728. for key, value in content.items():
  729. changes.append(yed.put(key, value))
  730. if any([change[0] for change in changes]):
  731. yed.write()
  732. atexit.register(Utils.cleanup, [fname])
  733. return self._replace(fname, force)
  734. return {'returncode': 0, 'updated': False}
  735. def _replace(self, fname, force=False):
  736. '''replace the current object with oc replace'''
  737. # We are removing the 'resourceVersion' to handle
  738. # a race condition when modifying oc objects
  739. yed = Yedit(fname)
  740. results = yed.delete('metadata.resourceVersion')
  741. if results[0]:
  742. yed.write()
  743. cmd = ['replace', '-f', fname]
  744. if force:
  745. cmd.append('--force')
  746. return self.openshift_cmd(cmd)
  747. def _create_from_content(self, rname, content):
  748. '''create a temporary file and then call oc create on it'''
  749. fname = Utils.create_tmpfile(rname + '-')
  750. yed = Yedit(fname, content=content)
  751. yed.write()
  752. atexit.register(Utils.cleanup, [fname])
  753. return self._create(fname)
  754. def _create(self, fname):
  755. '''call oc create on a filename'''
  756. return self.openshift_cmd(['create', '-f', fname])
  757. def _delete(self, resource, name=None, selector=None):
  758. '''call oc delete on a resource'''
  759. cmd = ['delete', resource]
  760. if selector is not None:
  761. cmd.append('--selector={}'.format(selector))
  762. elif name is not None:
  763. cmd.append(name)
  764. else:
  765. raise OpenShiftCLIError('Either name or selector is required when calling delete.')
  766. return self.openshift_cmd(cmd)
  767. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  768. '''process a template
  769. template_name: the name of the template to process
  770. create: whether to send to oc create after processing
  771. params: the parameters for the template
  772. template_data: the incoming template's data; instead of a file
  773. '''
  774. cmd = ['process']
  775. if template_data:
  776. cmd.extend(['-f', '-'])
  777. else:
  778. cmd.append(template_name)
  779. if params:
  780. param_str = ["{}={}".format(key, str(value).replace("'", r'"')) for key, value in params.items()]
  781. cmd.append('-v')
  782. cmd.extend(param_str)
  783. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  784. if results['returncode'] != 0 or not create:
  785. return results
  786. fname = Utils.create_tmpfile(template_name + '-')
  787. yed = Yedit(fname, results['results'])
  788. yed.write()
  789. atexit.register(Utils.cleanup, [fname])
  790. return self.openshift_cmd(['create', '-f', fname])
  791. def _get(self, resource, name=None, selector=None):
  792. '''return a resource by name '''
  793. cmd = ['get', resource]
  794. if selector is not None:
  795. cmd.append('--selector={}'.format(selector))
  796. elif name is not None:
  797. cmd.append(name)
  798. cmd.extend(['-o', 'json'])
  799. rval = self.openshift_cmd(cmd, output=True)
  800. # Ensure results are retuned in an array
  801. if 'items' in rval:
  802. rval['results'] = rval['items']
  803. elif not isinstance(rval['results'], list):
  804. rval['results'] = [rval['results']]
  805. return rval
  806. def _schedulable(self, node=None, selector=None, schedulable=True):
  807. ''' perform oadm manage-node scheduable '''
  808. cmd = ['manage-node']
  809. if node:
  810. cmd.extend(node)
  811. else:
  812. cmd.append('--selector={}'.format(selector))
  813. cmd.append('--schedulable={}'.format(schedulable))
  814. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  815. def _list_pods(self, node=None, selector=None, pod_selector=None):
  816. ''' perform oadm list pods
  817. node: the node in which to list pods
  818. selector: the label selector filter if provided
  819. pod_selector: the pod selector filter if provided
  820. '''
  821. cmd = ['manage-node']
  822. if node:
  823. cmd.extend(node)
  824. else:
  825. cmd.append('--selector={}'.format(selector))
  826. if pod_selector:
  827. cmd.append('--pod-selector={}'.format(pod_selector))
  828. cmd.extend(['--list-pods', '-o', 'json'])
  829. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  830. # pylint: disable=too-many-arguments
  831. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  832. ''' perform oadm manage-node evacuate '''
  833. cmd = ['manage-node']
  834. if node:
  835. cmd.extend(node)
  836. else:
  837. cmd.append('--selector={}'.format(selector))
  838. if dry_run:
  839. cmd.append('--dry-run')
  840. if pod_selector:
  841. cmd.append('--pod-selector={}'.format(pod_selector))
  842. if grace_period:
  843. cmd.append('--grace-period={}'.format(int(grace_period)))
  844. if force:
  845. cmd.append('--force')
  846. cmd.append('--evacuate')
  847. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  848. def _version(self):
  849. ''' return the openshift version'''
  850. return self.openshift_cmd(['version'], output=True, output_type='raw')
  851. def _import_image(self, url=None, name=None, tag=None):
  852. ''' perform image import '''
  853. cmd = ['import-image']
  854. image = '{0}'.format(name)
  855. if tag:
  856. image += ':{0}'.format(tag)
  857. cmd.append(image)
  858. if url:
  859. cmd.append('--from={0}/{1}'.format(url, image))
  860. cmd.append('-n{0}'.format(self.namespace))
  861. cmd.append('--confirm')
  862. return self.openshift_cmd(cmd)
  863. def _run(self, cmds, input_data):
  864. ''' Actually executes the command. This makes mocking easier. '''
  865. curr_env = os.environ.copy()
  866. curr_env.update({'KUBECONFIG': self.kubeconfig})
  867. proc = subprocess.Popen(cmds,
  868. stdin=subprocess.PIPE,
  869. stdout=subprocess.PIPE,
  870. stderr=subprocess.PIPE,
  871. env=curr_env)
  872. stdout, stderr = proc.communicate(input_data)
  873. return proc.returncode, stdout.decode('utf-8'), stderr.decode('utf-8')
  874. # pylint: disable=too-many-arguments,too-many-branches
  875. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  876. '''Base command for oc '''
  877. cmds = [self.oc_binary]
  878. if oadm:
  879. cmds.append('adm')
  880. cmds.extend(cmd)
  881. if self.all_namespaces:
  882. cmds.extend(['--all-namespaces'])
  883. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  884. cmds.extend(['-n', self.namespace])
  885. if self.verbose:
  886. print(' '.join(cmds))
  887. try:
  888. returncode, stdout, stderr = self._run(cmds, input_data)
  889. except OSError as ex:
  890. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  891. rval = {"returncode": returncode,
  892. "cmd": ' '.join(cmds)}
  893. if output_type == 'json':
  894. rval['results'] = {}
  895. if output and stdout:
  896. try:
  897. rval['results'] = json.loads(stdout)
  898. except ValueError as verr:
  899. if "No JSON object could be decoded" in verr.args:
  900. rval['err'] = verr.args
  901. elif output_type == 'raw':
  902. rval['results'] = stdout if output else ''
  903. if self.verbose:
  904. print("STDOUT: {0}".format(stdout))
  905. print("STDERR: {0}".format(stderr))
  906. if 'err' in rval or returncode != 0:
  907. rval.update({"stderr": stderr,
  908. "stdout": stdout})
  909. return rval
  910. class Utils(object): # pragma: no cover
  911. ''' utilities for openshiftcli modules '''
  912. @staticmethod
  913. def _write(filename, contents):
  914. ''' Actually write the file contents to disk. This helps with mocking. '''
  915. with open(filename, 'w') as sfd:
  916. sfd.write(str(contents))
  917. @staticmethod
  918. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  919. ''' create a file in tmp with name and contents'''
  920. tmp = Utils.create_tmpfile(prefix=rname)
  921. if ftype == 'yaml':
  922. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  923. # pylint: disable=no-member
  924. if hasattr(yaml, 'RoundTripDumper'):
  925. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  926. else:
  927. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  928. elif ftype == 'json':
  929. Utils._write(tmp, json.dumps(data))
  930. else:
  931. Utils._write(tmp, data)
  932. # Register cleanup when module is done
  933. atexit.register(Utils.cleanup, [tmp])
  934. return tmp
  935. @staticmethod
  936. def create_tmpfile_copy(inc_file):
  937. '''create a temporary copy of a file'''
  938. tmpfile = Utils.create_tmpfile('lib_openshift-')
  939. Utils._write(tmpfile, open(inc_file).read())
  940. # Cleanup the tmpfile
  941. atexit.register(Utils.cleanup, [tmpfile])
  942. return tmpfile
  943. @staticmethod
  944. def create_tmpfile(prefix='tmp'):
  945. ''' Generates and returns a temporary file name '''
  946. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  947. return tmp.name
  948. @staticmethod
  949. def create_tmp_files_from_contents(content, content_type=None):
  950. '''Turn an array of dict: filename, content into a files array'''
  951. if not isinstance(content, list):
  952. content = [content]
  953. files = []
  954. for item in content:
  955. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  956. item['data'],
  957. ftype=content_type)
  958. files.append({'name': os.path.basename(item['path']),
  959. 'path': path})
  960. return files
  961. @staticmethod
  962. def cleanup(files):
  963. '''Clean up on exit '''
  964. for sfile in files:
  965. if os.path.exists(sfile):
  966. if os.path.isdir(sfile):
  967. shutil.rmtree(sfile)
  968. elif os.path.isfile(sfile):
  969. os.remove(sfile)
  970. @staticmethod
  971. def exists(results, _name):
  972. ''' Check to see if the results include the name '''
  973. if not results:
  974. return False
  975. if Utils.find_result(results, _name):
  976. return True
  977. return False
  978. @staticmethod
  979. def find_result(results, _name):
  980. ''' Find the specified result by name'''
  981. rval = None
  982. for result in results:
  983. if 'metadata' in result and result['metadata']['name'] == _name:
  984. rval = result
  985. break
  986. return rval
  987. @staticmethod
  988. def get_resource_file(sfile, sfile_type='yaml'):
  989. ''' return the service file '''
  990. contents = None
  991. with open(sfile) as sfd:
  992. contents = sfd.read()
  993. if sfile_type == 'yaml':
  994. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  995. # pylint: disable=no-member
  996. if hasattr(yaml, 'RoundTripLoader'):
  997. contents = yaml.load(contents, yaml.RoundTripLoader)
  998. else:
  999. contents = yaml.safe_load(contents)
  1000. elif sfile_type == 'json':
  1001. contents = json.loads(contents)
  1002. return contents
  1003. @staticmethod
  1004. def filter_versions(stdout):
  1005. ''' filter the oc version output '''
  1006. version_dict = {}
  1007. version_search = ['oc', 'openshift', 'kubernetes']
  1008. for line in stdout.strip().split('\n'):
  1009. for term in version_search:
  1010. if not line:
  1011. continue
  1012. if line.startswith(term):
  1013. version_dict[term] = line.split()[-1]
  1014. # horrible hack to get openshift version in Openshift 3.2
  1015. # By default "oc version in 3.2 does not return an "openshift" version
  1016. if "openshift" not in version_dict:
  1017. version_dict["openshift"] = version_dict["oc"]
  1018. return version_dict
  1019. @staticmethod
  1020. def add_custom_versions(versions):
  1021. ''' create custom versions strings '''
  1022. versions_dict = {}
  1023. for tech, version in versions.items():
  1024. # clean up "-" from version
  1025. if "-" in version:
  1026. version = version.split("-")[0]
  1027. if version.startswith('v'):
  1028. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  1029. # "v3.3.0.33" is what we have, we want "3.3"
  1030. versions_dict[tech + '_short'] = version[1:4]
  1031. return versions_dict
  1032. @staticmethod
  1033. def openshift_installed():
  1034. ''' check if openshift is installed '''
  1035. import rpm
  1036. transaction_set = rpm.TransactionSet()
  1037. rpmquery = transaction_set.dbMatch("name", "atomic-openshift")
  1038. return rpmquery.count() > 0
  1039. # Disabling too-many-branches. This is a yaml dictionary comparison function
  1040. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  1041. @staticmethod
  1042. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  1043. ''' Given a user defined definition, compare it with the results given back by our query. '''
  1044. # Currently these values are autogenerated and we do not need to check them
  1045. skip = ['metadata', 'status']
  1046. if skip_keys:
  1047. skip.extend(skip_keys)
  1048. for key, value in result_def.items():
  1049. if key in skip:
  1050. continue
  1051. # Both are lists
  1052. if isinstance(value, list):
  1053. if key not in user_def:
  1054. if debug:
  1055. print('User data does not have key [%s]' % key)
  1056. print('User data: %s' % user_def)
  1057. return False
  1058. if not isinstance(user_def[key], list):
  1059. if debug:
  1060. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1061. return False
  1062. if len(user_def[key]) != len(value):
  1063. if debug:
  1064. print("List lengths are not equal.")
  1065. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1066. print("user_def: %s" % user_def[key])
  1067. print("value: %s" % value)
  1068. return False
  1069. for values in zip(user_def[key], value):
  1070. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1071. if debug:
  1072. print('sending list - list')
  1073. print(type(values[0]))
  1074. print(type(values[1]))
  1075. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1076. if not result:
  1077. print('list compare returned false')
  1078. return False
  1079. elif value != user_def[key]:
  1080. if debug:
  1081. print('value should be identical')
  1082. print(user_def[key])
  1083. print(value)
  1084. return False
  1085. # recurse on a dictionary
  1086. elif isinstance(value, dict):
  1087. if key not in user_def:
  1088. if debug:
  1089. print("user_def does not have key [%s]" % key)
  1090. return False
  1091. if not isinstance(user_def[key], dict):
  1092. if debug:
  1093. print("dict returned false: not instance of dict")
  1094. return False
  1095. # before passing ensure keys match
  1096. api_values = set(value.keys()) - set(skip)
  1097. user_values = set(user_def[key].keys()) - set(skip)
  1098. if api_values != user_values:
  1099. if debug:
  1100. print("keys are not equal in dict")
  1101. print(user_values)
  1102. print(api_values)
  1103. return False
  1104. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1105. if not result:
  1106. if debug:
  1107. print("dict returned false")
  1108. print(result)
  1109. return False
  1110. # Verify each key, value pair is the same
  1111. else:
  1112. if key not in user_def or value != user_def[key]:
  1113. if debug:
  1114. print("value not equal; user_def does not have key")
  1115. print(key)
  1116. print(value)
  1117. if key in user_def:
  1118. print(user_def[key])
  1119. return False
  1120. if debug:
  1121. print('returning true')
  1122. return True
  1123. class OpenShiftCLIConfig(object):
  1124. '''Generic Config'''
  1125. def __init__(self, rname, namespace, kubeconfig, options):
  1126. self.kubeconfig = kubeconfig
  1127. self.name = rname
  1128. self.namespace = namespace
  1129. self._options = options
  1130. @property
  1131. def config_options(self):
  1132. ''' return config options '''
  1133. return self._options
  1134. def to_option_list(self, ascommalist=''):
  1135. '''return all options as a string
  1136. if ascommalist is set to the name of a key, and
  1137. the value of that key is a dict, format the dict
  1138. as a list of comma delimited key=value pairs'''
  1139. return self.stringify(ascommalist)
  1140. def stringify(self, ascommalist=''):
  1141. ''' return the options hash as cli params in a string
  1142. if ascommalist is set to the name of a key, and
  1143. the value of that key is a dict, format the dict
  1144. as a list of comma delimited key=value pairs '''
  1145. rval = []
  1146. for key in sorted(self.config_options.keys()):
  1147. data = self.config_options[key]
  1148. if data['include'] \
  1149. and (data['value'] is not None or isinstance(data['value'], int)):
  1150. if key == ascommalist:
  1151. val = ','.join(['{}={}'.format(kk, vv) for kk, vv in sorted(data['value'].items())])
  1152. else:
  1153. val = data['value']
  1154. rval.append('--{}={}'.format(key.replace('_', '-'), val))
  1155. return rval
  1156. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1157. # -*- -*- -*- Begin included fragment: class/oc_process.py -*- -*- -*-
  1158. # pylint: disable=too-many-instance-attributes
  1159. class OCProcess(OpenShiftCLI):
  1160. ''' Class to wrap the oc command line tools '''
  1161. # pylint allows 5. we need 6
  1162. # pylint: disable=too-many-arguments
  1163. def __init__(self,
  1164. namespace,
  1165. tname=None,
  1166. params=None,
  1167. create=False,
  1168. kubeconfig='/etc/origin/master/admin.kubeconfig',
  1169. tdata=None,
  1170. verbose=False):
  1171. ''' Constructor for OpenshiftOC '''
  1172. super(OCProcess, self).__init__(namespace, kubeconfig=kubeconfig, verbose=verbose)
  1173. self.name = tname
  1174. self.data = tdata
  1175. self.params = params
  1176. self.create = create
  1177. self._template = None
  1178. @property
  1179. def template(self):
  1180. '''template property'''
  1181. if self._template is None:
  1182. results = self._process(self.name, False, self.params, self.data)
  1183. if results['returncode'] != 0:
  1184. raise OpenShiftCLIError('Error processing template [%s]: %s' %(self.name, results))
  1185. self._template = results['results']['items']
  1186. return self._template
  1187. def get(self):
  1188. '''get the template'''
  1189. results = self._get('template', self.name)
  1190. if results['returncode'] != 0:
  1191. # Does the template exist??
  1192. if 'not found' in results['stderr']:
  1193. results['returncode'] = 0
  1194. results['exists'] = False
  1195. results['results'] = []
  1196. return results
  1197. def delete(self, obj):
  1198. '''delete a resource'''
  1199. return self._delete(obj['kind'], obj['metadata']['name'])
  1200. def create_obj(self, obj):
  1201. '''create a resource'''
  1202. return self._create_from_content(obj['metadata']['name'], obj)
  1203. def process(self, create=None):
  1204. '''process a template'''
  1205. do_create = False
  1206. if create != None:
  1207. do_create = create
  1208. else:
  1209. do_create = self.create
  1210. return self._process(self.name, do_create, self.params, self.data)
  1211. def exists(self):
  1212. '''return whether the template exists'''
  1213. # Always return true if we're being passed template data
  1214. if self.data:
  1215. return True
  1216. t_results = self._get('template', self.name)
  1217. if t_results['returncode'] != 0:
  1218. # Does the template exist??
  1219. if 'not found' in t_results['stderr']:
  1220. return False
  1221. else:
  1222. raise OpenShiftCLIError('Something went wrong. %s' % t_results)
  1223. return True
  1224. def needs_update(self):
  1225. '''attempt to process the template and return it for comparison with oc objects'''
  1226. obj_results = []
  1227. for obj in self.template:
  1228. # build a list of types to skip
  1229. skip = []
  1230. if obj['kind'] == 'ServiceAccount':
  1231. skip.extend(['secrets', 'imagePullSecrets'])
  1232. if obj['kind'] == 'BuildConfig':
  1233. skip.extend(['lastTriggeredImageID'])
  1234. if obj['kind'] == 'ImageStream':
  1235. skip.extend(['generation'])
  1236. if obj['kind'] == 'DeploymentConfig':
  1237. skip.extend(['lastTriggeredImage'])
  1238. # fetch the current object
  1239. curr_obj_results = self._get(obj['kind'], obj['metadata']['name'])
  1240. if curr_obj_results['returncode'] != 0:
  1241. # Does the template exist??
  1242. if 'not found' in curr_obj_results['stderr']:
  1243. obj_results.append((obj, True))
  1244. continue
  1245. # check the generated object against the existing object
  1246. if not Utils.check_def_equal(obj, curr_obj_results['results'][0], skip_keys=skip):
  1247. obj_results.append((obj, True))
  1248. continue
  1249. obj_results.append((obj, False))
  1250. return obj_results
  1251. # pylint: disable=too-many-return-statements
  1252. @staticmethod
  1253. def run_ansible(params, check_mode):
  1254. '''run the ansible idempotent code'''
  1255. ocprocess = OCProcess(params['namespace'],
  1256. params['template_name'],
  1257. params['params'],
  1258. params['create'],
  1259. kubeconfig=params['kubeconfig'],
  1260. tdata=params['content'],
  1261. verbose=params['debug'])
  1262. state = params['state']
  1263. api_rval = ocprocess.get()
  1264. if state == 'list':
  1265. if api_rval['returncode'] != 0:
  1266. return {"failed": True, "msg" : api_rval}
  1267. return {"changed" : False, "results": api_rval, "state": state}
  1268. elif state == 'present':
  1269. if check_mode and params['create']:
  1270. return {"changed": True, 'msg': "CHECK_MODE: Would have processed template."}
  1271. if not ocprocess.exists() or not params['reconcile']:
  1272. #FIXME: this code will never get run in a way that succeeds when
  1273. # module.params['reconcile'] is true. Because oc_process doesn't
  1274. # create the actual template, the check of ocprocess.exists()
  1275. # is meaningless. Either it's already here and this code
  1276. # won't be run, or this code will fail because there is no
  1277. # template available for oc process to use. Have we conflated
  1278. # the template's existence with the existence of the objects
  1279. # it describes?
  1280. # Create it here
  1281. api_rval = ocprocess.process()
  1282. if api_rval['returncode'] != 0:
  1283. return {"failed": True, "msg": api_rval}
  1284. if params['create']:
  1285. return {"changed": True, "results": api_rval, "state": state}
  1286. return {"changed": False, "results": api_rval, "state": state}
  1287. # verify results
  1288. update = False
  1289. rval = []
  1290. all_results = ocprocess.needs_update()
  1291. for obj, status in all_results:
  1292. if status:
  1293. ocprocess.delete(obj)
  1294. results = ocprocess.create_obj(obj)
  1295. results['kind'] = obj['kind']
  1296. rval.append(results)
  1297. update = True
  1298. if not update:
  1299. return {"changed": update, "results": api_rval, "state": state}
  1300. for cmd in rval:
  1301. if cmd['returncode'] != 0:
  1302. return {"failed": True, "changed": update, "msg": rval, "state": state}
  1303. return {"changed": update, "results": rval, "state": state}
  1304. # -*- -*- -*- End included fragment: class/oc_process.py -*- -*- -*-
  1305. # -*- -*- -*- Begin included fragment: ansible/oc_process.py -*- -*- -*-
  1306. def main():
  1307. '''
  1308. ansible oc module for processing templates
  1309. '''
  1310. module = AnsibleModule(
  1311. argument_spec=dict(
  1312. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1313. state=dict(default='present', type='str', choices=['present', 'list']),
  1314. debug=dict(default=False, type='bool'),
  1315. namespace=dict(default='default', type='str'),
  1316. template_name=dict(default=None, type='str'),
  1317. content=dict(default=None, type='str'),
  1318. params=dict(default=None, type='dict'),
  1319. create=dict(default=False, type='bool'),
  1320. reconcile=dict(default=True, type='bool'),
  1321. ),
  1322. supports_check_mode=True,
  1323. )
  1324. rval = OCProcess.run_ansible(module.params, module.check_mode)
  1325. if 'failed' in rval:
  1326. module.fail_json(**rval)
  1327. module.exit_json(**rval)
  1328. if __name__ == '__main__':
  1329. main()
  1330. # -*- -*- -*- End included fragment: ansible/oc_process.py -*- -*- -*-